import { ApplicationRef, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TlCore {
    private applicationRef;
    private renderer;
    private theme;
    constructor(applicationRef: ApplicationRef, renderer: Renderer2);
    setTheme(theme: string, componentRef: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TlCore, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TlCore, "tl-core", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=core.d.ts.map