/// <reference types="react" />
declare const Hash: (props: any, ref: any) => JSX.Element;
export default Hash;
