import type { NvDatatableColumn } from './types'; export declare function makeColumn(): (col: NvDatatableColumn) => NvDatatableColumn;