export declare class MatGridAvatarCssMatStyler { static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } export declare class MatGridList implements MatGridListBase, OnInit, AfterContentChecked { _tiles: QueryList; get cols(): number; set cols(value: number); get gutterSize(): string; set gutterSize(value: string); get rowHeight(): string | number; set rowHeight(value: string | number); constructor(_element: ElementRef, _dir: Directionality); _setListStyle(style: [string, string | null] | null): void; ngAfterContentChecked(): void; ngOnInit(): void; static ngAcceptInputType_cols: NumberInput; static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } export declare class MatGridListModule { static ɵinj: i0.ɵɵInjectorDef; static ɵmod: i0.ɵɵNgModuleDefWithMeta; } export declare class MatGridTile { _colspan: number; _gridList?: MatGridListBase | undefined; _rowspan: number; get colspan(): number; set colspan(value: number); get rowspan(): number; set rowspan(value: number); constructor(_element: ElementRef, _gridList?: MatGridListBase | undefined); _setStyle(property: string, value: any): void; static ngAcceptInputType_colspan: NumberInput; static ngAcceptInputType_rowspan: NumberInput; static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } export declare class MatGridTileFooterCssMatStyler { static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } export declare class MatGridTileHeaderCssMatStyler { static ɵdir: i0.ɵɵDirectiveDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; } export declare class MatGridTileText implements AfterContentInit { _lines: QueryList; constructor(_element: ElementRef); ngAfterContentInit(): void; static ɵcmp: i0.ɵɵComponentDefWithMeta; static ɵfac: i0.ɵɵFactoryDef; }