import * as i0 from "@angular/core"; export declare class GtrFormLabelDirective { /** * For horizontal forms set labels to 'col' and make them vertically centered with their associated form controls. * @type 'col' */ col: 'col' | ''; /** * Size the label small or large. */ sizing: '' | 'sm' | 'lg' | string; get hostClasses(): any; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }