export declare const spread: string; interface ShareButtonsViewProps { emailtext: string; facebooktext: string; smstext: string; } export declare function ShareButtonsView(props: ShareButtonsViewProps): any; export declare function ShareLinkView(props: { copytext: string; copytooltip: string; }): any; export {};