import React from 'react'; interface ErrorDisplayProps { error: string; } declare const ErrorDisplay: React.FC; export default ErrorDisplay;