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