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