import { MatcherType, SelectorKind } from "../../types/rule.js";
export declare const TV_STRINGS: {
    kind: SelectorKind.Callee;
    match: {
        type: MatcherType.String;
    }[];
    name: string;
};
export declare const TV_VARIANT_VALUES: {
    kind: SelectorKind.Callee;
    match: {
        path: string;
        type: MatcherType.ObjectValue;
    }[];
    name: string;
};
export declare const TV_BASE_VALUES: {
    kind: SelectorKind.Callee;
    match: {
        path: string;
        type: MatcherType.ObjectValue;
    }[];
    name: string;
};
export declare const TV_SLOTS_VALUES: {
    kind: SelectorKind.Callee;
    match: {
        path: string;
        type: MatcherType.ObjectValue;
    }[];
    name: string;
};
export declare const TV_COMPOUND_VARIANTS_CLASS: {
    kind: SelectorKind.Callee;
    match: {
        path: string;
        type: MatcherType.ObjectValue;
    }[];
    name: string;
};
export declare const TV_COMPOUND_SLOTS_CLASS: {
    kind: SelectorKind.Callee;
    match: {
        path: string;
        type: MatcherType.ObjectValue;
    }[];
    name: string;
};
/** @see https://github.com/nextui-org/tailwind-variants?tab=readme-ov-file */
export declare const TV: ({
    kind: SelectorKind.Callee;
    match: {
        type: MatcherType.String;
    }[];
    name: string;
} | {
    kind: SelectorKind.Callee;
    match: {
        path: string;
        type: MatcherType.ObjectValue;
    }[];
    name: string;
})[];
//# sourceMappingURL=tv.d.ts.map