export declare const TextMasks: { phone: (string | RegExp)[]; ssn: (string | RegExp)[]; date: (string | RegExp)[]; mmyy: (string | RegExp)[]; };