import { SVGProps } from 'react';

declare const Wing: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Wing as default };
