import { OnInit } from '@angular/core'; import { RDDarkService } from '../dark.service'; export declare class RDProgressBarComponent implements OnInit { private darkService; width: number; height: number; color: string; display: boolean; dark: boolean; constructor(darkService: RDDarkService); ngOnInit(): void; }