import { QueryList } from '@angular/core'; import { ClrLabel } from './label'; import { LayoutService } from './providers/layout.service'; import { MarkControlService } from './providers/mark-control.service'; import * as i0 from "@angular/core"; export declare class ClrForm { layoutService: LayoutService; private markControlService; labels: QueryList; constructor(layoutService: LayoutService, markControlService: MarkControlService); set labelSize(size: number | string); onFormSubmit(): void; markAsTouched(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }