import { Injector } from '@angular/core'; import { StylableComponent } from '../../base/stylable.component'; export declare class LayoutGridColumnDirective extends StylableComponent { static initializeProps: void; constructor(inj: Injector, height: any); onPropertyChange(key: any, nv: any, ov?: any): void; }