import React from 'react'; import { ItemComponent } from 'survey-engine/data_types'; interface ErrorComponentProps { compDef: ItemComponent; languageCode: string; } declare const ErrorComponent: React.FC; export default ErrorComponent;