import type { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { PopoverProps } from '../../popover/src/Popover'; export declare function createLineClampClass(clsPrefix: string): string; export declare function createCursorClass(clsPrefix: string, cursor: string): string; export declare const ellipsisProps: { readonly expandTrigger: PropType<"click">; readonly lineClamp: PropType; readonly tooltip: { readonly type: PropType; readonly default: true; }; readonly theme: PropType; }>; }>>; readonly themeOverrides: PropType; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; }>>>; }; export type EllipsisProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; readonly lineClamp: PropType; readonly tooltip: { readonly type: PropType; readonly default: true; }; readonly theme: PropType; }>; }>>; readonly themeOverrides: PropType; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; }>>>; }>, { mergedTheme: import("vue").ComputedRef<{ common: import("../..").ThemeCommonVars; self: unknown; peers: { Tooltip: import("../../_mixins").Theme<"Tooltip", { padding: string; textPadding: string; titleSize: string; titleWeight: string; titleLineHeight: string; subtitleSize: string; subtitleMargin: string; subtitleWeight: string; subtitleLineHeight: string; iconSize: string; arrowSpace: string; noArrowSpace: string; borderRadius: string; color: string; textColor: string; }, { Popover: import("../../_mixins").Theme<"Popover", { space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; }, any>; }>; }; peerOverrides: { Tooltip?: { peers?: { Popover?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; }; }>; triggerRef: import("vue").Ref; triggerInnerRef: import("vue").Ref; tooltipRef: import("vue").Ref<{ syncPosition: () => void; setShow: (value: boolean) => void; } | null, import("../..").PopoverInst | { syncPosition: () => void; setShow: (value: boolean) => void; } | null>; handleClick: import("vue").ComputedRef<(() => void) | undefined>; renderTrigger: () => JSX.Element; getTooltipDisabled: () => boolean; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly lineClamp: PropType; readonly tooltip: { readonly type: PropType; readonly default: true; }; readonly theme: PropType; }>; }>>; readonly themeOverrides: PropType; }>; }>>>; readonly builtinThemeOverrides: PropType; }>; }>>>; }>> & Readonly<{}>, { readonly tooltip: boolean | PopoverProps; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;