import { SVGProps } from 'react';

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

export { Avalanche as default };
