import type { IEditor } from 'roosterjs-content-model-types'; /** * Remove link at selection. If no links at selection, do nothing. * If selection contains multiple links, all of the link styles will be removed. * If only part of a link is selected, the whole link style will be removed. * @param editor The editor instance */ export declare function removeLink(editor: IEditor): void;