import { EditableCellImperativeHandle, BaseEditableCellProps } from './types'; export type DataTableEditableTextCellProps = BaseEditableCellProps; export declare const DataTableEditableTextCell: ((props: DataTableEditableTextCellProps & { ref?: React.Ref; }) => React.ReactElement) & { displayName: string; };