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