import { SVGProps } from 'react';

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

export { Qash as default };
