import { type ReactElement } from "react"; import { type ISidebarProps } from "./types.js"; export declare function DashboardSidebar(props: ISidebarProps): ReactElement; //# sourceMappingURL=DashboardSidebar.d.ts.map