import { EditorError } from "graphql-editor-worker/lib/validation"; import React from "react"; type ErrorItemProps = { error: EditorError; }; export declare const ErrorItem: React.FC; export {};