import { type OnDestroy, type Type, type ValueProvider } from '@angular/core'; import * as i0 from "@angular/core"; export declare function provideStyles(useValue: Type): ValueProvider; export declare class TuiWithStyles implements OnDestroy { private readonly injector; private readonly refs; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }