import { CircularProgressBarProps } from "../CircularProgressBar/CircularProgressBar.interface"; export declare class CircularProgressBarObject { get progressBar(): HTMLElement; get label(): HTMLElement; get circles(): HTMLElement[]; render(props?: Partial): this; }