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