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