import { SVGProps } from 'react'; declare const Hush: (props: SVGProps) => JSX.Element; export { Hush as default };