import { TextMaskConfig } from './text-field.component'; export declare const PHONE_MASK_LIST: { code: string; }[]; export declare const PHONE_MASK: TextMaskConfig; export declare function dateMask(config: any): { mask: (string | RegExp)[]; pipe: any; keepCharPositions: boolean; }; export declare const EMAIL_MASK: TextMaskConfig; export declare const TIME_MASK: TextMaskConfig;