import { AfterContentInit, ElementRef, QueryList } from '@angular/core'; import * as i0 from "@angular/core"; export declare class KbqFormElement implements AfterContentInit { private readonly element; margin: boolean; isRow: boolean; isFieldSet: boolean; hasLegend: boolean; isHorizontal: boolean; elements: QueryList; constructor(element: ElementRef); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class KbqForm implements AfterContentInit { elements: QueryList; ngAfterContentInit(): void; handleElements(elements: QueryList): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }