import * as React from 'react'; export type FieldErrorProps = React.HTMLAttributes; export declare const FieldError: React.FC>;