import { ColumnConfig, ObjectForExtending } from '../types'; import { RenderEditCellProps } from 'react-data-grid'; export declare function SelectEditor({ row, column, columnConfig, onRowChange, }: RenderEditCellProps & { columnConfig: ColumnConfig; }): import("react/jsx-runtime").JSX.Element;