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