import { AfterViewInit, ElementRef } from '@angular/core'; import { ColorEnum, ColorType } from "../../shared/colors"; import * as i0 from "@angular/core"; export declare class PresentationComponent implements AfterViewInit { ele: ElementRef; theme: ColorType; defaultTheme: boolean; layoutColor: { headerColor: string; sidebarColor: string; mainColor: string; }; constructor(ele: ElementRef); get ThemeColor(): ColorEnum; ngAfterViewInit(): void; private setLayoutColor; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }