// @flow import TableCell from "../TableCell/index"; export type Props = {| +children: Array> | React$Element, |}; declare export default React$ComponentType; declare export var StyledTableRow: React$ComponentType;