import type { RevealConfig } from '../../../types/index.js'; interface AdminDashboardProps { config: RevealConfig; /** * Resolved brand name for the dashboard chrome. Pass from a server * component (e.g. REVEALUI_BRAND_NAME / REVEALUI_TENANT_NAME): client * files cannot read those env vars at runtime (build-time inlining). */ siteName?: string; } export declare function AdminDashboard({ config, siteName }: AdminDashboardProps): import("react").JSX.Element; export {}; //# sourceMappingURL=AdminDashboard.d.ts.map