import { SVGProps } from 'react'; export interface TelegramNeutralProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * TelegramNeutral icon from social-media category * * @example * * */ export declare const TelegramNeutral: ({ size, ...props }: TelegramNeutralProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=telegram-neutral.d.ts.map