import { Icon } from '../Nav/Icon' import styles from '../Nav/Popup.module.scss' import { t } from '../../utils/intl' import { Popup, PopupProps } from '../Nav/Popup' type SharePopupProps = Omit export const SharePopup = (props: SharePopupProps) => { return ( ) }