import { Companion } from '../../schemas/companion'; interface MemberProfileCardProps { companion: Companion; } export declare function MemberProfileCard({ companion }: MemberProfileCardProps): import("react").JSX.Element; export {}; //# sourceMappingURL=MemberProfileCard.d.ts.map