import { OnInit, ElementRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PgFormColComponent implements OnInit, AfterViewInit { elementRef: ElementRef; responsiveAtSmallestViewport: boolean; _classColSm: boolean; _classColMd: boolean; get colWidth(): number; set colWidth(value: number); protected _colWidth: number; constructor(elementRef: ElementRef); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }