/** * DashboardProviders — Client providers needed only for authenticated routes. * * These were moved out of the root layout to avoid loading ~500KB of unused JS * (TanStack Query, team context, billing hooks) on public landing pages. * * Used by: dashboard/layout.tsx, superadmin/layout.tsx, devtools/layout.tsx */ export declare function DashboardProviders({ children }: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DashboardProviders.d.ts.map