import { EventEmitter, OnInit } from '@angular/core'; import { ConfigsService } from '../pzCore/config.service'; export declare class SubmitComponent implements OnInit { protected config: ConfigsService; submit: string; reset: string; formValid: boolean; resetForm: EventEmitter; constructor(config: ConfigsService); ngOnInit(): void; emmitReset(e: any): void; }