import { OnInit, OnDestroy } from '@angular/core'; import { EasyForm } from '../baseClasses/easyForm'; import { EasyFabService } from '../services/easy-fab-service'; export declare class EasyFormComponent implements OnInit, OnDestroy { private easyFabService; form: EasyForm; constructor(easyFabService: EasyFabService); ngOnInit(): void; ngOnDestroy(): void; }