import React from 'react'; export declare type GeneralMasks = { pattern: string; value: string | number | null; previousValue?: string | number | null; allowEmpty?: boolean; event?: React.ChangeEvent; }; export declare const generalMasks: ({ value, previousValue, pattern, allowEmpty, event }: GeneralMasks) => string; //# sourceMappingURL=generalMasks.d.ts.map