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