import "../styles/index.scss"; import type { Editor } from "@block-kit/core"; import type { ReactLeafContext } from "@block-kit/react"; import type { FC } from "react"; import type { SelectionPlugin } from "../../shared/modules/selection"; export declare const ImageView: FC<{ selection: SelectionPlugin; context: ReactLeafContext; editor: Editor; }>;