import type { Grid, GridApi } from "../../+types";
export declare const makeColumnField: (grid: Grid<any>) => GridApi<any>["columnField"];
