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