import type { InBlockMutations } from "../types/BlockRenderer"; import type BlockState from "../types/BlockState"; import type RichTextKeybindHandler from "../types/RichTextKeybindHandler"; declare const handlePotentialBlockChange: (args: any[], state: BlockState[], editorMutations: InBlockMutations, richTextKeybinds: RichTextKeybindHandler[], editorElement: HTMLElement) => false | undefined; export default handlePotentialBlockChange; //# sourceMappingURL=handlePotentialBlockChange.d.ts.map