import { type Ref } from 'vue'; import type { LinkTooltipConfig } from '../slices'; type EditLinkProps = { config: Ref; src: Ref; onConfirm: (href: string) => void; onCancel: () => void; }; export declare const EditLink: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export {}; //# sourceMappingURL=component.d.ts.map