import { EventEmitter, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; export declare class ButtonComponent implements OnInit { field: any; identifier: any; loading: any; form: any; group: FormGroup; submitValidation: EventEmitter; constructor(); ngOnInit(): void; }