import type { VariantProps } from "tailwind-variants";
export declare const toggleButtonGroupVariants: import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: {};
        true: {
            base: string;
        };
    };
    isDetached: {
        false: {};
        true: {
            base: string;
        };
    };
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
}, {
    base: string;
    separator: string;
}, undefined, {
    fullWidth: {
        false: {};
        true: {
            base: string;
        };
    };
    isDetached: {
        false: {};
        true: {
            base: string;
        };
    };
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
}, {
    base: string;
    separator: string;
}, import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: {};
        true: {
            base: string;
        };
    };
    isDetached: {
        false: {};
        true: {
            base: string;
        };
    };
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
}, {
    base: string;
    separator: string;
}, undefined, unknown, unknown, undefined>>;
export type ToggleButtonGroupVariants = VariantProps<typeof toggleButtonGroupVariants>;
//# sourceMappingURL=toggle-button-group.styles.d.ts.map