import { SVGProps } from 'react';

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

export { Husd as default };
