type ProfilePhotoProps = { src?: string | null | undefined; size?: number; }; export default ProfilePhotoProps; //# sourceMappingURL=type.d.ts.map