import { Base, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class PictFmlaEmbedInfo extends Base {
    static $t: Type;
    a: string;
    constructor();
    get b(): string;
}
