import React, { type PropsWithChildren } from 'react'; export declare const EditorError: ({ children }: PropsWithChildren<{}>) => React.JSX.Element;