import { Editor } from 'slate'; import { SupportedInlineType } from './types'; export declare const onChange: (editor: Editor, value: SupportedInlineType) => void; //# sourceMappingURL=onChange.d.ts.map