import "../styles/wrapper.scss"; import type { EditorKit } from "doc-editor-core"; import type { BlockElement } from "doc-editor-delta"; import type { FC } from "react"; export declare const ImageWrapper: FC<{ element: BlockElement; readonly: boolean; selected?: boolean; disable?: boolean; src: string; editor: EditorKit; }>;