/// import { EditorContext } from './Types'; interface ViewProps extends EditorContext { className?: string; } export declare const ViewWithContext: (props: Pick) => JSX.Element; export {};