import React from 'react'; import type { CellEditorParams, GridRowData } from '../types'; export declare const GridEditorRadio: ({ columnId, rowId, tabIndex, value, mode, onCancel, onConfirm, }: CellEditorParams) => React.JSX.Element; //# sourceMappingURL=radio.d.ts.map