import React from 'react';
export declare const ErrorMessage: React.FC<{
    readonly message: string;
}>;
