import type { SlateElement, YooEditor } from '../editor/types';
import type { Plugin } from '../plugins/types';
export declare function getBlockPlugins(editor: YooEditor): Record<string, Plugin<Record<string, SlateElement>>>;
//# sourceMappingURL=get-block-plugins.d.ts.map