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