// @flow export type Props = {| +children: React$Node, |}; declare export default React$ComponentType; declare export var StyledTableCell: React$ComponentType;