import { PropType, Ref } from 'vue'; declare const PopoverTip: import("vue").DefineComponent<{ tag: { type: PropType; default: () => {}; }; countTag: { type: PropType; default: () => {}; }; content: { type: PropType>; default: string; }; split: { type: BooleanConstructor; default: boolean; }; dropShow: { type: BooleanConstructor; default: boolean; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => {}; }; countTag: { type: PropType; default: () => {}; }; content: { type: PropType>; default: string; }; split: { type: BooleanConstructor; default: boolean; }; dropShow: { type: BooleanConstructor; default: boolean; }; }>>, { split: boolean; tag: HTMLElement; countTag: HTMLElement; content: string | Ref; dropShow: boolean; }>; export default PopoverTip;