import React from 'react';
import { IconProps } from "./";
declare const Telegram: React.FC<IconProps>;
export default Telegram;
