import React from 'react'; import { ShareButtonsProps } from '../types'; declare const ShareButtons: React.FC; export default ShareButtons;