import { FC } from 'react'; type PropsT = { imgUrl: string; isLoading: boolean; }; declare const LeaveGroupAnimation: FC; export default LeaveGroupAnimation;