import { ElementRef, OnInit } from '@angular/core'; export declare class GridComponent implements OnInit { elementRef: ElementRef; alignSelf: string; alignItems: string; alignContent: string; justifyItems: string; constructor(elementRef: ElementRef); ngOnInit(): void; readonly offsetTop: number; }