export declare const tooltipSizes: readonly ["xs", "sm", "md", "lg", "xl", "none"]; export type TooltipTriggerSize = typeof tooltipSizes[number];