import { OnInit } from '@angular/core';
export declare class DynFieldSetComponent implements OnInit {
    header: string;
    constructor();
    ngOnInit(): void;
}
