import { IShareButton, IShareButtons, ShareButtonsConfig } from './share.models'; export declare const defaultOptions: ShareButtonsConfig; export declare const facebookParams: IShareButton; export declare const xParams: IShareButton; export declare const linkedInParams: IShareButton; export declare const pinterestParams: IShareButton; export declare const redditParams: IShareButton; export declare const tumblrParams: IShareButton; export declare const mixParams: IShareButton; export declare const viberParams: IShareButton; export declare const vkParams: IShareButton; export declare const telegramParams: IShareButton; export declare const messengerParams: IShareButton; export declare const whatsappParams: IShareButton; export declare const xingParams: IShareButton; export declare const lineParams: IShareButton; export declare const smsParams: IShareButton; export declare const emailParams: IShareButton; export declare const printerParams: IShareButton; export declare const copyParams: IShareButton; export declare const SHARE_BUTTONS: IShareButtons; export type ShareButtonProp = string | 'facebook' | 'x' | 'pinterest' | 'linkedin' | 'email' | 'print' | 'reddit' | 'copy' | 'xing' | 'line' | 'sms' | 'tumblr' | 'whatsapp' | 'messenger' | 'telegram' | 'vk' | 'viber' | 'mix';