import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { Metadata } from './metadata.model'; import { MetadataBase } from './metadatas-base'; import { InputResponse } from '../inputs/input-response'; import { TypeDataEnumeration } from '../inputs/type-data-enumeration.model'; import * as i0 from "@angular/core"; export declare class MetadatosComponent implements MetadataBase, OnInit, OnChanges { disabled: boolean; tempValues: InputResponse[]; enum: typeof TypeDataEnumeration; metadatas: Metadata[]; onEventSave?: EventEmitter; onEventCancel?: EventEmitter; showButtonSave: boolean; showButtonCancel: boolean; labelButtonSave: string; labelButtonCancel: string; constructor(); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; private subscribeMetadatas; eventSave(): void; eventCancel(): void; checkValues(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }