import { WebSocialShareWithTextAttributes } from '../types/attributes';
export declare const telegram: ({ socialShareUrl, socialShareText, openWindowTarget: target }: WebSocialShareWithTextAttributes) => Promise<void>;
