import { FormGroup } from '@angular/forms';
export declare class UIState {
    moduleName: string;
    formGroup: FormGroup;
}
