interface GroupProfileProps { name: string; profileImageUrl: string | null; createdAt: string; onChemistryClick: () => void; onFollowClick?: () => void; } export declare function GroupProfile({ name, profileImageUrl, createdAt, onChemistryClick, onFollowClick, }: GroupProfileProps): import("react").JSX.Element; export {}; //# sourceMappingURL=GroupProfile.d.ts.map