import React from 'react'; export interface SchemaErrorProps { name: string; message: string; } declare const SchemaErrorComponent: React.FC; export default SchemaErrorComponent;