import { VariantProps } from 'tailwind-variants'; declare const tooltipStyles: import('tailwind-variants').TVReturnType<{ hideArrow: { true: { content: string; }; false: { content: string; }; }; }, { content: string[]; arrow: string; }, undefined, { hideArrow: { true: { content: string; }; false: { content: string; }; }; }, { content: string[]; arrow: string; }, import('tailwind-variants').TVReturnType<{ hideArrow: { true: { content: string; }; false: { content: string; }; }; }, { content: string[]; arrow: string; }, undefined, unknown, unknown, undefined>>; type TooltipStyles = VariantProps; export { tooltipStyles, type TooltipStyles }; //# sourceMappingURL=tooltip.css.d.ts.map