export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "circle" | "root" | "valueText" | "circleTrack" | "circleRange", {
    size: {
        sm: {
            circle: {
                '--size': "20px";
                '--thickness': "2px";
            };
            valueText: {
                textStyle: "xs";
            };
        };
        md: {
            circle: {
                '--size': "32px";
                '--thickness': "3px";
            };
            valueText: {
                textStyle: "xs";
            };
        };
        lg: {
            circle: {
                '--size': "80px";
                '--thickness': "8px";
            };
            valueText: {
                textStyle: "sm";
            };
        };
    };
}>;
