import { type HTMLAttributes } from 'react'; export type SidebarProps = { collapsed?: boolean; } & HTMLAttributes; export declare const Sidebar: import("react").ForwardRefExoticComponent<{ collapsed?: boolean; } & HTMLAttributes & import("react").RefAttributes>; //# sourceMappingURL=Sidebar.d.ts.map