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