import { DataViewOptions, UseCellEditor, UseVisualDataBound, UseVisualDataCell } from "../types";
export declare function useVisualDataCell(props: DataViewOptions, useCellEditorComposition: UseCellEditor, useVisualDataBoundComposition: UseVisualDataBound): UseVisualDataCell;
