import type { AdminShellProps } from './types'; /** * AdminShell provides a consistent layout for admin dashboards. * * Features: * - Responsive sidebar with navigation sections * - Configurable logo with optional badge * - Theme-aware styling with accent color support * - Scrollable main content area * * @example * ```tsx * * ... * * ``` */ export declare function AdminShell({ logo, navigation, footerText, accentColor, children, }: AdminShellProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AdminShell.d.ts.map