import { IconProps } from '../lib';
declare function Hash(props: IconProps): JSX.Element;
export default Hash;
