import React, { PropsWithChildren } from 'react'; import { FormProps } from "antd"; declare const StarshipForm: (props: PropsWithChildren) => React.JSX.Element; export default StarshipForm;