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