import { FormGroupType } from './types'; export declare class FormGroupComponent { title: string; expanded: boolean; disabled: boolean; formGroupType: FormGroupType; constructor(); }