import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const WingIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default WingIcon;