import { WebSocialShareWhatsappAttributes } from '../types/web-social-share-attributes';
export declare const whatsapp: (attrs: WebSocialShareWhatsappAttributes) => Promise<void>;
