import type { FieldErrorProps } from "./types"; export declare const FieldError: (props: FieldErrorProps) => JSX.Element | null;