export interface ISidebarLayoutProps { menu: any[]; children: React.ReactNode; dashboardPath?: string; } export declare const SidebarLayout: (props: ISidebarLayoutProps) => import("react/jsx-runtime").JSX.Element; export default SidebarLayout;