export declare type TooltipSize = typeof TooltipSize[keyof typeof TooltipSize]; export declare const TooltipSize: { readonly AUTO: "auto"; readonly SMALL: "small"; readonly MEDIUM: "medium"; readonly LARGE: "large"; }; //# sourceMappingURL=tooltip-size.d.ts.map