export declare const isStringPercent: (val: string | number) => boolean; export declare const stringToNumber: (val: string) => number;