import * as i0 from "@angular/core"; /** * Like the {@link FormFieldComponent} but for content which is not a form control. Used * to keep a consistent layout with other form fields in the form. */ export declare class FormItemComponent { label: string; tooltip: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }