import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { TooltipProps, TooltipExpose, TooltipSlots } from './types'; export declare const STooltip: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: ((visible: boolean) => any) | undefined; }>, TooltipExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (visible: boolean) => any; }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< TooltipProps> & Readonly<{ onChange?: ((visible: boolean) => any) | undefined; }>, TooltipExpose, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onChange?: ((visible: boolean) => any) | undefined; }>, TooltipExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (visible: boolean) => any; }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: TooltipSlots; }) & Plugin; export * from './types';