import { Recordable } from '../../../type';
import { AgGridSelectModalProps, SelectModalReturnType } from '../interface';
export declare function useAgGridSelectModal<T extends Recordable = any>(props: AgGridSelectModalProps<T>): SelectModalReturnType<T>;