import { SPEditor } from '../../types/SPEditor'; import { UsePlateEffectsOptions } from '../../types/UsePlateEffectsOptions'; /** * Effects to update the plate store from the options. * Dynamically updating the options will update the store state. */ export declare const usePlateEffects: ({ id, value, editor, enabled, components, options, initialValue, plugins, }: UsePlateEffectsOptions) => void; //# sourceMappingURL=usePlateEffects.d.ts.map