import type { LinkProps } from './interface'; declare var __VLS_12: {}, __VLS_19: {}, __VLS_32: {}, __VLS_35: {}, __VLS_37: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_12) => any; } & { icon?: (props: typeof __VLS_19) => any; } & { default?: (props: typeof __VLS_32) => any; } & { tooltip?: (props: typeof __VLS_35) => any; } & { default?: (props: typeof __VLS_37) => any; }; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: ((ev: MouseEvent) => any) | undefined; }>, { ellipsis: boolean; icon: boolean; disabled: boolean; loading: boolean; ellipsisLineClamp: number | string; ellipsisExpandTrigger: "click"; ellipsisTooltip: boolean | import("..").EllipsisTooltipProps; status: import("..").Status; iconTooltip: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };