import { SVGProps } from 'react';

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

export { Hord as default };
