import { AfterViewInit, ElementRef } from '@angular/core'; export declare class CellBorderedComponent implements AfterViewInit { private _elementRef; center: boolean; innerPadding: any; diagonal: boolean; constructor(_elementRef: ElementRef); ngAfterViewInit(): void; }