import { AfterViewInit, EventEmitter, OnDestroy } from "@angular/core"; import { MatDialog } from "@angular/material/dialog"; import { UntypedFormGroup } from "@angular/forms"; import { Observable, Subscription } from "rxjs"; import { ContentTypeFieldResource, ContentTypeService, EventMessage, GumaValidatorService } from "guma-common-model"; import { UXMessageService } from "guma-ng-material-kit"; import * as i0 from "@angular/core"; export declare class ShowContentTypeComponent implements OnDestroy, AfterViewInit { private contentTypeService; private uxMessageService; private dialog; private gumaValidatorService; contentTypeEvent: EventEmitter>; contentTypeHandler: Observable>; private _name; set name(theName: string); get name(): string; enableErrorMessage: boolean; parentEventSubscription: Subscription; formGroup: UntypedFormGroup; fields: ContentTypeFieldResource[]; constructor(contentTypeService: ContentTypeService, uxMessageService: UXMessageService, dialog: MatDialog, gumaValidatorService: GumaValidatorService); refreshContentType(): void; private toGumaDataValidatorDto; ngOnDestroy(): void; private sendEvent; chooseFile(slug: string): void; patchValue(value: string): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }