import { RDDarkService } from './../dark.service'; import { OnInit } from '@angular/core'; export declare class RDLoaderComponent implements OnInit { private darkService; size: number; borderPercentage: number; type: string; color: string; animation: string; dark: boolean; constructor(darkService: RDDarkService); ngOnInit(): void; }