/// import { type ErrorBoundaryProps } from "@prismicio/editor-ui"; type EditorErrorBoundaryProps = Omit; export declare function EditorErrorBoundary(props: EditorErrorBoundaryProps): JSX.Element; export {};