declare const BlockEmbed: any;
declare class AppPanelEmbed extends BlockEmbed {
    static create(value: any): any;
    static transformValue(value: any): any;
    static value(node: any): any;
}
export default AppPanelEmbed;
