/// import { MessageProps } from './Message'; declare type ErrorMessageProps = Omit; export declare function ErrorMessage(props: ErrorMessageProps): JSX.Element; export {};