declare class CellBoundPainter { constructor(ctx: any); public dispose(): void; public setCellBounds(colIndex: number, rowIndex: number, width: number, height: number, colCount: number): void; public updateCellBounds(): void; } export default CellBoundPainter; export { CellBoundPainter };