import type { HTMLAttributes } from 'vue'; export interface TTooltipProps extends HTMLAttributes { label?: string; position?: 'top' | 'right' | 'bottom' | 'left'; multilined?: boolean; size?: 'small' | 'medium' | 'large'; trigger?: 'hover' | 'click'; } //# sourceMappingURL=TTooltip.types.d.ts.map