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