import { type VariantProps } from "tailwind-variants";
export type TooltipVariants = VariantProps<typeof tooltip>;
export declare const tooltip: import("tailwind-variants").TVReturnType<{
    type: {
        light: string;
        auto: string;
        dark: string;
        custom: string;
    };
    color: {
        primary: string;
        secondary: string;
        gray: string;
        red: string;
        orange: string;
        amber: string;
        yellow: string;
        lime: string;
        green: string;
        emerald: string;
        teal: string;
        cyan: string;
        sky: string;
        blue: string;
        indigo: string;
        violet: string;
        purple: string;
        fuchsia: string;
        pink: string;
        rose: string;
    };
}, undefined, "absolute px-3 py-2 rounded-lg text-sm z-50 pointer-events-none", {
    type: {
        light: string;
        auto: string;
        dark: string;
        custom: string;
    };
    color: {
        primary: string;
        secondary: string;
        gray: string;
        red: string;
        orange: string;
        amber: string;
        yellow: string;
        lime: string;
        green: string;
        emerald: string;
        teal: string;
        cyan: string;
        sky: string;
        blue: string;
        indigo: string;
        violet: string;
        purple: string;
        fuchsia: string;
        pink: string;
        rose: string;
    };
}, undefined, import("tailwind-variants").TVReturnType<{
    type: {
        light: string;
        auto: string;
        dark: string;
        custom: string;
    };
    color: {
        primary: string;
        secondary: string;
        gray: string;
        red: string;
        orange: string;
        amber: string;
        yellow: string;
        lime: string;
        green: string;
        emerald: string;
        teal: string;
        cyan: string;
        sky: string;
        blue: string;
        indigo: string;
        violet: string;
        purple: string;
        fuchsia: string;
        pink: string;
        rose: string;
    };
}, undefined, "absolute px-3 py-2 rounded-lg text-sm z-50 pointer-events-none", unknown, unknown, undefined>>;
