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