import { Props as SidebarProps } from '../sidebar/Sidebar.component'; type Props = { sidebar: SidebarProps; children: JSX.Element; }; declare function LateralNavbarLayout({ children, sidebar, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export { LateralNavbarLayout }; //# sourceMappingURL=LateralNavbarLayout.component.d.ts.map