import { MindMapPlaceholder } from './toolbar/mindmap-importing-placeholder'; import { EdgelessMindmapMenu } from './toolbar/mindmap-menu'; import { EdgelessMindmapToolButton } from './toolbar/mindmap-tool-button'; export declare function effects(): void; declare global { interface HTMLElementTagNameMap { 'edgeless-mindmap-tool-button': EdgelessMindmapToolButton; 'edgeless-mindmap-menu': EdgelessMindmapMenu; 'mindmap-import-placeholder': MindMapPlaceholder; } } //# sourceMappingURL=effects.d.ts.map