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