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