import React from 'react'; import type { FormErrorProps } from '../../../../types/form'; /*** Displays a form-level validation or submission error. */ export declare const FormError: (props: FormErrorProps) => React.ReactElement | null; //# sourceMappingURL=FormError.d.ts.map