import { EventEmitter } from '@angular/core'; import { OnInit } from '@angular/core'; import { IrkInputType } from '../input/utilities/irk-input-types.enum'; import * as i0 from "@angular/core"; export declare class ProductFormComponent implements OnInit { readonly IrkInputType: typeof IrkInputType; nombre: string; precio: number; createProduct: EventEmitter; fotoUrl: any; foto: any; constructor(); ngOnInit(): void; onNameChange(newValue: string): void; onPriceChange(newValue: number): void; onPictureChange(newFile: any): void; onCreateProduct(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }