import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ThirdCmsComponent implements OnInit { Auth: any; CmsID: any; isAdmin: boolean; serviceAdmin: string; editToggle: boolean; textEdit: boolean; imageUrl?: any; imagePath?: any; textString?: string; tempImg: any; cmsType: number; cmsClassDisplay: string[]; constructor(); editButton: () => void; onFileChanged(event: any): void; editText: () => void; setTextContent: (text: string) => void; formatTextContent: () => void; setAdmin: (auth: string) => void; setCmsType: (type: number) => void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }