import { AppSidebar } from "./AppSidebar.js"; import * as React from "react"; import * as react_jsx_runtime37 from "react/jsx-runtime"; //#region src/components/organisms/AppLayout.d.ts interface AppLayoutProps { header: React.ReactNode; sidebar?: React.ComponentProps; breadcrumb?: { items: { href?: string; label: React.ReactNode; }[]; }; children: React.ReactNode; footer?: React.ReactNode; className?: string; } declare function AppLayout({ header, sidebar, breadcrumb, children, footer, className }: AppLayoutProps): react_jsx_runtime37.JSX.Element; //#endregion export { AppLayout }; //# sourceMappingURL=AppLayout.d.ts.map