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