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