import * as React from "react"; interface SidebarLayoutProps extends React.HTMLAttributes { breadcrumbItems?: { label: string; href?: string; isCurrent?: boolean; }[]; children?: React.ReactNode; } declare const SidebarLayout: React.ForwardRefExoticComponent>; export { SidebarLayout }; //# sourceMappingURL=sidebar-layout.d.ts.map