import { IconProps } from '../lib';
declare function Hash({ weight, color, size, style }: IconProps): JSX.Element;
export default Hash;
