import { Grid } from '../../grid';
import { t } from '../common';
export declare function mouseCell(grid: Grid, type: t.IGridMouse['type']): any;
