export declare const OVERALL_SIZE = 48; export declare const BORDER_SIZE = 4; export declare const RADIUS: number; export declare const STROKE_DASH: number; export declare function canShowPercentageState(value: number, max: number): boolean; export declare function getPercentageString(value: number, max: number): string;