import { ElementType, HTMLHopeProps } from "../types"; export declare type CircularProgressLabelProps = HTMLHopeProps; /** * CircularProgressLabel is used to show the numeric value of the progress. */ export declare function CircularProgressLabel(props: CircularProgressLabelProps): import("solid-js").JSX.Element; export declare namespace CircularProgressLabel { var toString: () => string; } //# sourceMappingURL=circular-progress-label.d.ts.map