import type { VariantProps } from "tailwind-variants";
export declare const switchGroupVariants: import("tailwind-variants").TVReturnType<{
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
}, {
    base: string;
    items: string;
}, undefined, {
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
}, {
    base: string;
    items: string;
}, import("tailwind-variants").TVReturnType<{
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
}, {
    base: string;
    items: string;
}, undefined, unknown, unknown, undefined>>;
export type SwitchGroupVariants = VariantProps<typeof switchGroupVariants>;
//# sourceMappingURL=switch-group.styles.d.ts.map