type This = any; export declare const handleBlur: (that: This) => any; export declare const normalizeFloat: (raw: string) => number; export declare const cwrp: (that: This, nextany: any) => void; export {};