import { DataCell } from '../data-cell'; import { BaseCellPool } from './base'; export declare class DataCellPool extends BaseCellPool { release(cell: DataCell): void; }