/// <reference types="react" />
import { SVGType } from './type/SVGType';
declare const Hash: (props: SVGType<SVGSVGElement>) => JSX.Element;
export { Hash };
