export declare const statusSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "indicator", {
    size: {
        sm: {
            root: {
                textStyle: "xs";
            };
        };
        md: {
            root: {
                textStyle: "sm";
            };
        };
        lg: {
            root: {
                textStyle: "md";
            };
        };
    };
}>;
