///
import { HTMLChakraProps } from "../system";
export interface ProgressLabelProps extends HTMLChakraProps<"div"> {
}
/**
* ProgressLabel is used to show the numeric value of the progress.
* @see Docs https://chakra-ui.com/progress
*/
export declare const ProgressLabel: React.FC;