/// declare const FieldValidationError: ({ error }: { error: string; }) => JSX.Element; export default FieldValidationError;