export declare const segmentGroupSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "item" | "indicator" | "label" | "itemText" | "itemControl", {
    size: {
        xs: {
            item: {
                textStyle: "xs";
                px: "3";
                gap: "1";
                height: "6";
            };
        };
        sm: {
            item: {
                textStyle: "sm";
                px: "4";
                gap: "2";
                height: "8";
            };
        };
        md: {
            item: {
                textStyle: "sm";
                px: "4";
                gap: "2";
                height: "10";
            };
        };
        lg: {
            item: {
                textStyle: "md";
                px: "4.5";
                gap: "3";
                height: "11";
            };
        };
    };
}>;
