import React from 'react'; import { TelegramShareButtonProps } from './types'; declare const TelegramShareButton: (props: TelegramShareButtonProps) => React.JSX.Element; export { TelegramShareButton };