declare function ErrorPanel({ error }: {
    error: string;
}): JSX.Element;
export default ErrorPanel;
