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