import { SVGProps } from 'react';

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

export { Hush as default };
