import { DataViewOptions, UseColumn } from '../types';
export declare function useColumn(props: DataViewOptions): UseColumn;
