import { FC } from 'react'; type PropsT = { onClick: () => void; }; declare const SharedGroupInfoModal: FC; export default SharedGroupInfoModal;