declare const Inline: any;
declare class AppInlineEmbed extends Inline {
    static create(value: any): any;
    static transformValue(value: any): any;
}
export default AppInlineEmbed;
