/// export interface DataListItemCellsProps extends React.HTMLProps { /** Additional classes added to the DataList item Content Wrapper. Children should be one ore more nodes */ className?: string; /** Array of nodes that are rendered one after the other. */ dataListCells?: React.ReactNode; /** Id for the row */ rowid?: string; } export declare const DataListItemCells: React.FunctionComponent; //# sourceMappingURL=DataListItemCells.d.ts.map