import { TemplateRef } from '@angular/core'; import { LabelPositions } from '../../const/LabelPositions'; 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; }