import React from 'react'; import { RowProps } from "antd"; declare const StarshipRow: (props: RowProps) => React.JSX.Element; export default StarshipRow;