import { Grid } from '../api';
export declare function getSettings(args: {
    grid: Grid;
}): import("handsontable").DefaultSettings;
