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