/** * @deprecated since version 2.15.0. update and use the @skyux/fluid-grid unless major bugs are discovered before full deprecation in v3. */ import { OnInit } from '@angular/core'; export declare class StacheColumnComponent implements OnInit { screenSmall: number; screenMedium: number; screenLarge: number; private classnames; getClassNames(): string; ngOnInit(): void; }