import { FC } from 'react'; declare const Profile: FC<{ closeModal?: () => void; }>; export default Profile;