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