import { type IRenderOptions } from "../hooks/use-block-embed-blot"; import { BlotConstructor } from "parchment"; export declare function QuillNextImage(options: IRenderOptions): React.ReactElement; export declare function useNextImageBlot(): BlotConstructor;