import { WebProgressBaseDescription } from "./WebProgressBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebCircularProgressDescription extends WebProgressBaseDescription { static $t: Type; protected get_type(): string; constructor(); }