export declare const icons: { up: string; down: string; stop: string; }; export declare const renderStyle: (radius: number, circleBg: string, borderColor: string) => { width: number; height: number; borderRadius: number; backgroundColor: string; borderWidth: number; borderColor: string; }; export declare const ICON: any; export declare const DEFAULTPROPS: { radius: number; data: any[]; bigCircleBg: string; bigBorderColor: string; smallCircleBg: string; smallBorderColor: string; isHorizontal: boolean; open: { text: string; color: string; animateColor: string; }; close: { text: string; color: string; animateColor: string; }; stop: { color: string; }; }; export declare const getTextColor: (val: string, open: { text: string; color: string; }, close: { text: string; color: string; }, stop: { color: string; }) => { txt: string; color: string; }; export declare const getDisable: (rangeState: string, percent: number, isStopState: boolean) => boolean; export declare const DELAY: number[]; export declare const DURTION: number[]; export declare const DELAY2: number[]; export declare const DURTION2: number[]; export declare const ACTIVEOPACITY = 0.9;