import { NavSection } from "../../types/navigation.js"; import * as React from "react"; import * as react_jsx_runtime21 from "react/jsx-runtime"; //#region src/components/organisms/AppSidebar.d.ts interface AppSidebarProps { sections: NavSection[]; top?: React.ReactNode; bottom?: React.ReactNode; searchPlaceholder?: string; className?: string; density?: 'compact' | 'comfortable'; } declare function AppSidebar({ sections, top, bottom, searchPlaceholder, className, density }: AppSidebarProps): react_jsx_runtime21.JSX.Element; //#endregion export { AppSidebar }; //# sourceMappingURL=AppSidebar.d.ts.map