import React from "react"; import type { CpfFieldProps } from "./CpfField.types"; declare const CpfField: React.FC; export default CpfField;