import type { TooltipPosition, TooltipState } from './interface'; import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly content: BasicType, string | number | null>; readonly position: BasicType, TooltipPosition | null>; readonly disabled: BasicType; readonly state: BasicType, TooltipState | null>; readonly noArrow: BasicType; readonly bold: BasicType; readonly bright: BasicType; readonly background: BasicType, string | null>; readonly fontColor: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly position: BasicType, TooltipPosition | null>; readonly disabled: BasicType; readonly state: BasicType, TooltipState | null>; readonly noArrow: BasicType; readonly bold: BasicType; readonly bright: BasicType; readonly background: BasicType, string | null>; readonly fontColor: BasicType, string | null>; }>>, { readonly bold: boolean; readonly background: string; readonly fontColor: string; readonly disabled: boolean; readonly position: TooltipPosition; readonly content: string | number; readonly state: TooltipState; readonly noArrow: boolean; readonly bright: boolean; }>; export default _sfc_main;