/*** * @file: * @author: haoxianhuan * @Date: 2021-09-02 14:06:10 */ import { OnInit } from '@angular/core'; export declare class FormButtonComponent implements OnInit { type: string; label: string; prop: string; disabled: boolean; buttonType: string; associate: any; modelName: string; constructor(); ngOnInit(): void; handleClick(): void; }