import { SVGProps } from 'react';

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

export { Dether as default };
