/** * Top-level tabs and per-panel subtabs. * * Covers `.tab-bar` / `.tab` / `.tab-panel` (top of page) plus * `.subtab-bar` / `.subtab` / `.subtab-panel` (within a tool tab, * see subtab-bar.ts for the runtime helper). */ export declare function dashboardCssTabs(): string; //# sourceMappingURL=tabs.d.ts.map