import { ColorsType } from '../../types'; export interface GaugeTheme { color: ColorsType; } export declare const gaugeTheme: GaugeTheme; //# sourceMappingURL=theme.d.ts.map