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