import { SVGProps } from "react"; declare const Wing: (props: SVGProps) => JSX.Element; export default Wing;