import { Editor } from '../editors/v1/core/Editor.js'; import { PresentationEditor } from '../editors/v1/core/presentation-editor/index.js'; import { ResolvedToolbarSources } from './internal-types.js'; export declare const resolveToolbarSources: (superdoc: { activeEditor?: Editor | null; superdocStore?: { documents?: Array<{ getPresentationEditor?: () => PresentationEditor | null | undefined; getEditor?: () => Editor | null | undefined; }>; }; }) => ResolvedToolbarSources; //# sourceMappingURL=resolve-toolbar-sources.d.ts.map