import { HTMLChakraProps } from "../system";
export interface CircularProgressLabelProps extends HTMLChakraProps<"div"> {
}
/**
* CircularProgress component label. In most cases it is a numeric indicator
* of the circular progress component's value
*/
export declare const CircularProgressLabel: import("../system").ChakraComponent<"div", {}>;