import { TemplateRef } from '@angular/core'; import { LabelPositions } from '../../const/LabelPositions'; import * as i0 from "@angular/core"; export declare class FormioFormFieldComponent { private _instance; labelPositions: typeof LabelPositions; labelTemplate: TemplateRef; renderTopLabel: boolean; showDescription: boolean; renderElementOnly: boolean; set instance(instance: any); get instance(): any; componentTemplate: TemplateRef; componentTemplateContext: any; hasLabel(labelPositions?: string[]): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }