import { SVGProps } from 'react';

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

export { Airswap as default };
