export declare const getDecimalCount: (val: string) => number; export declare const isPercentageValue: (val: string) => boolean; export declare const calculatePercent: (value: number, min?: number, max?: number) => number;