import type { DependencyList } from 'react'; import type { SlatePlugin } from '../types/SlatePlugin'; import type { SlateComponentPluginDefinition } from '../types/slatePluginDefinitions'; export declare const useComponentNodePlugins: ({ plugins }: { plugins: SlatePlugin[]; }, deps: DependencyList) => SlateComponentPluginDefinition[]; export declare const useComponentMarkPlugins: ({ plugins }: { plugins: SlatePlugin[]; }, deps: DependencyList) => SlateComponentPluginDefinition[]; //# sourceMappingURL=pluginHooks.d.ts.map