import type { FC, HTMLAttributes } from 'react'; type FieldErrorProps = HTMLAttributes; export declare const FieldError: FC; export {};