import { SVGProps } from 'react';

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

export { Dentacoin as default };
