export declare const ratingGroupSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "item" | "itemIndicator" | "control" | "label", {
    size: {
        xs: {
            item: {
                textStyle: "sm";
            };
        };
        sm: {
            item: {
                textStyle: "md";
            };
        };
        md: {
            item: {
                textStyle: "xl";
            };
        };
        lg: {
            item: {
                textStyle: "2xl";
            };
        };
    };
}>;
