import { AfterViewInit, TemplateRef } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { FieldWrapper } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export declare class HelpWrapperComponent extends FieldWrapper implements AfterViewInit { dialog: MatDialog; matSuffix: TemplateRef; expanded: boolean; constructor(dialog: MatDialog); ngAfterViewInit(): void; openDialog($event: MouseEvent, title: string, text: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=help-wrapper.component.d.ts.map