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