import type { ExtractPublicPropTypes } from '../../_utils'; import type { PopoverProps } from '../../popover/src/Popover'; import { type PropType, type SlotsType, type VNode } from 'vue'; 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; export interface EllipsisSlots { default?: () => VNode[]; tooltip?: () => VNode[]; } 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", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: 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; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;