export declare const emptyBlockPro: { readonly Component: () => null; readonly meta: { readonly name: "EmptyBlockPro"; readonly label: "Empty Block"; readonly description: "Empty placeholder block. Use to add whitespace or reserve layout space."; readonly category: "Layout"; readonly defaultWidth: 450; readonly defaultHeight: 120; }; readonly preview: { ({ embeddableTheme, }: { embeddableTheme: any; }): React.JSX.Element; displayName: string; }; readonly config: { readonly props: () => {}; }; }; //# sourceMappingURL=definition.d.ts.map