import React from 'react'; export interface ErrorPanelProps { message: string; } declare const ErrorPanel: React.FC; export { ErrorPanel };