declare const phoneFormatter: (value: string) => string;
export default phoneFormatter;
