import React from 'react';
interface ErrorMessageProps {
    error: Error | string;
    context?: string;
    suggestions?: string[];
}
export declare function ErrorMessage({ error, context, suggestions }: ErrorMessageProps): React.JSX.Element;
export {};
//# sourceMappingURL=ErrorMessage.d.ts.map