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