import { OnInit } from '@angular/core'; import { UtilService } from '../../services/util/util.service'; import * as i0 from "@angular/core"; export declare class ContentComponent implements OnInit { util: UtilService; showError: boolean; hideFooter: boolean; showHelp: boolean; constructor(util: UtilService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=content.component.d.ts.map