export declare class ProgressbarComponent { name: string; caption: string; enabled: Boolean; value: number; max: number; ratio: any; state: string; constructor(); ngOnInit(): void; }