import { type ReactNode } from "react"; export declare function DashboardShell({ pathname, children, }: { pathname: string; children: ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=dashboard-shell.d.ts.map