import { IPhoneFormat } from '../types'; export declare const PHONE_FORMATS: IPhoneFormat[]; export default PHONE_FORMATS;