import { SPEditor } from '../../types/SPEditor'; import { UsePlateOptions } from '../../types/UsePlateOptions'; /** * Run `usePlateEffects` and props getter for `Slate` and `Editable` components. * Use `usePlateStore` to select store state. */ export declare const usePlate: ({ id, components, editor, initialValue, value, options, plugins, onChange, editableProps, }: UsePlateOptions) => { slateProps: Omit; editableProps: import("slate-react/dist/components/editable").EditableProps; }; //# sourceMappingURL=usePlate.d.ts.map