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