/// export interface DataListItemCellsProps extends React.HTMLProps { /** Additional classes added to the data list item content wrapper. Children should be one or 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