import "../styles/wrapper.scss"; import type { Editor } from "@block-kit/core"; import type { LeafState } from "@block-kit/core"; import type { FC } from "react"; export declare const ImageWrapper: FC<{ selected?: boolean; src: string; editor: Editor; leaf: LeafState; }>;