import { ElementRef, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ThemeSwitcherDirective { private el; private renderer; switchColor: string; switchClass: string; private isDarkMode; private originalColor; constructor(el: ElementRef, renderer: Renderer2); onClick(): void; private toggleTheme; private applyElementStyles; private storeOriginalColor; private loadTheme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }