import type { EditorReference } from '../type'; export declare const CSS_CLASS_NAMES: Record; export declare const VIEW_CONTENT_OFFSET_IN_PX = 8; export interface Reference extends EditorReference { editorViewReference: HTMLDivElement | null; } export declare const Index: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export default Index;