export declare const emptyMark: { label: string; }; declare const _default: { min: number; max: number; defaultValue: number; step: number; marks: { 0: { label: string; }; 25: { label: string; }; 50: { label: string; }; 75: { label: string; }; 100: { label: string; }; }; handleStyleWithInitValue: { width: number; height: number; marginTop: number; backgroundColor: string; border: string; opacity: number; }; handleStyle: { width: number; height: number; marginTop: number; backgroundColor: string; borderColor: string; opacity: number; }; trackStyle: { backgroundColor: string; }; railStyle: { backgroundColor: string; }; dotStyle: { width: number; height: number; marginBottom: number; backgroundColor: string; border: string; cursor: string; }; activeDotStyle: { width: number; height: number; marginBottom: number; backgroundColor: string; border: string; cursor: string; }; }; export default _default;