import { OnInit, OnDestroy, ElementRef } from '@angular/core'; import { ThemeService } from './theme.service'; import { Theme } from './symbols'; import * as i0 from "@angular/core"; export declare class ThemeDirective implements OnInit, OnDestroy { private _elementRef; private _theme; private _destroy$; constructor(_elementRef: ElementRef, _theme: ThemeService); ngOnInit(): void; ngOnDestroy(): void; updateTheme(theme: Theme): void; static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }