import * as i0 from "@angular/core"; export declare class GridComponent { /** * Sets the grid-template-column css attribute * defines the width of each column. * * https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns */ templateColumns: string; /** * Additional classes for the root element. */ classes: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }