import { FC } from 'react'; import { DataGridSelectableRowProps } from '../../../DataGridSelectable'; export type DataGridPickerRowProps = DataGridSelectableRowProps; /** * DataGridPickerRow represents a single horizontal row inside a DataGridPicker */ export declare const DataGridPickerRow: FC;