export default IsPoBox; declare function IsPoBox({ currentCountry, register, errors: { isPoBox } }: { currentCountry: any; register: any; errors: { isPoBox: any; }; }): false | React.JSX.Element; import React from "react"; //# sourceMappingURL=IsPoBox.d.ts.map