import { MessageBoxFunctionalLayoutProps } from '.'; export declare const requiredProps: MessageBoxFunctionalLayoutProps; export declare const testkitTests: { title: string; props: MessageBoxFunctionalLayoutProps; }[]; export declare const ssrTests: { title: string; props: MessageBoxFunctionalLayoutProps; }[]; export declare const a11yTests: { title: string; props: MessageBoxFunctionalLayoutProps; }[]; //# sourceMappingURL=MessageBoxFunctionalLayout.meta.d.ts.map