import { OnInit } from '@angular/core'; export declare class FieldComponent implements OnInit { /** * 分组标题 */ title: string; constructor(); ngOnInit(): void; }