import { IBoolean } from '../../types'; export interface TabsTheme { base: string; disabled: string; navItem: { base: string; text: string; marker: { base: string; active: IBoolean; mode: { contained: string; underlined: string; }; }; }; } export declare const tabsTheme: TabsTheme; //# sourceMappingURL=theme.d.ts.map