import { DrawerProps } from "antd"; import { FC } from "react"; import "./Drawer.scss"; export interface StarshipDrawerProps { } declare const StarshipDrawer: FC; export default StarshipDrawer;