import { type Editor } from 'slate'; import { type DataType } from '@makeswift/controls'; import { LinkDefinition } from '../../controls/link'; export declare const onChange: (editor: Editor, value: DataType) => void; //# sourceMappingURL=onChange.d.ts.map