import { AfterContentInit, QueryList } from '@angular/core'; import { BooleanInput } from '@angular/cdk/coercion'; import { MatFormField } from '@angular/material/form-field'; import * as i0 from "@angular/core"; export declare class MtxFormGroupComponent implements AfterContentInit { formFields: QueryList; label: string; get showRequiredMarker(): boolean; set showRequiredMarker(value: boolean); private _showRequiredMarker; ngAfterContentInit(): void; static ngAcceptInputType_showRequiredMarker: BooleanInput; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }