export interface SliderTheme { base: string; track: { base: string; vertical: string; horizontal: string; }; range: string; thumb: string; } export declare const sliderTheme: SliderTheme; //# sourceMappingURL=theme.d.ts.map