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