import { SVGProps } from 'react';

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

export { Telcoin as default };
