import type { AffineInlineEditor } from '@blocksuite/affine-shared/types'; import type { BlockStdScope } from '@blocksuite/std'; import type { InlineRange } from '@blocksuite/std/inline'; import { LinkPopup } from './link-popup'; export declare function toggleLinkPopup(std: BlockStdScope, type: LinkPopup['type'], inlineEditor: AffineInlineEditor, targetInlineRange: InlineRange, abortController: AbortController): LinkPopup; //# sourceMappingURL=toggle-link-popup.d.ts.map