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