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