import { t } from '../common';
export declare function init(args: {
    grid: t.IGrid;
}): void;
