export declare class ProgressbarComponent {
    animate: boolean;
    max: number;
    type: string;
    value: number;
}
