interface TelegramIconProps { color?: string; className?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function TelegramIcon({ className, color }: TelegramIconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=telegram-icon.d.ts.map