declare function __VLS_template(): {
    attrs: Partial<{}>;
    slots: {
        default?(_: {}): any;
    };
    refs: {
        wrapper: HTMLDivElement;
    };
    rootEl: any;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    inherit: import('vue').PropType<boolean>;
    placement: import('vue').PropType<"bottom" | "top" | "right" | "left" | "bottom-start" | "bottom-end" | "top-start" | "top-end" | "right-start" | "right-end" | "left-start" | "left-end">;
    transfer: import('vue').PropType<string | boolean>;
    noHover: import('vue').PropType<boolean>;
    transitionName: import('vue').PropType<string>;
    tooltipTheme: import('vue').PropType<"light" | "dark">;
    tipClass: import('vue').PropType<string | Record<string, any> | (string | Record<string, any>)[]>;
    maxLines: import('vue').PropType<number>;
    tipMaxWidth: import('vue').PropType<string | number>;
    tipDisabled: import('vue').PropType<boolean>;
    tipShift: import('vue').PropType<boolean | "horizontal" | "vertical" | "both">;
}>, {
    visible: import('vue').Ref<boolean, boolean>;
    wrapper: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    inherit: import('vue').PropType<boolean>;
    placement: import('vue').PropType<"bottom" | "top" | "right" | "left" | "bottom-start" | "bottom-end" | "top-start" | "top-end" | "right-start" | "right-end" | "left-start" | "left-end">;
    transfer: import('vue').PropType<string | boolean>;
    noHover: import('vue').PropType<boolean>;
    transitionName: import('vue').PropType<string>;
    tooltipTheme: import('vue').PropType<"light" | "dark">;
    tipClass: import('vue').PropType<string | Record<string, any> | (string | Record<string, any>)[]>;
    maxLines: import('vue').PropType<number>;
    tipMaxWidth: import('vue').PropType<string | number>;
    tipDisabled: import('vue').PropType<boolean>;
    tipShift: import('vue').PropType<boolean | "horizontal" | "vertical" | "both">;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
    wrapper: HTMLDivElement;
}, any>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
