import { SVGProps } from 'react';

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

export { Dent as default };
