import { Column, DeepPartial } from '../../internal-types';
export declare const createColumn: (value?: DeepPartial<Column>) => Column;
