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