import React from 'react'; import type { ErrorMessageProps } from './types'; export declare const ErrorMessage: React.FC;