import { EditableTable } from "../../../d"; export declare function useEditable(props: any, ctx: any, tableRef: any): { editable: EditableTable; };