import React from 'react'; type ShareButtonsProps = { postId: string; articleUrl: string; title: string; }; declare const ShareButtons: React.FC; export default ShareButtons;