import type { PropType } from 'vue'; import type { EllipsisTooltipProps } from './interface'; declare var __VLS_12: {}, __VLS_14: {}, __VLS_24: {}, __VLS_27: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_12) => any; } & { default?: (props: typeof __VLS_14) => any; } & { default?: (props: typeof __VLS_24) => any; } & { tooltip?: (props: typeof __VLS_27) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: undefined; }; expandTrigger: { type: PropType<"click">; default: undefined; }; tooltip: { type: PropType; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; expandTrigger: { type: PropType<"click">; default: undefined; }; tooltip: { type: PropType; default: boolean; }; }>> & Readonly<{}>, { tooltip: boolean | EllipsisTooltipProps; lineClamp: string | number; expandTrigger: "click"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };