import type { GroupParticipantInfoProps } from './types'; /** * Group Participant Info Component. * * If it is a contact, the send message button is displayed, otherwise the add contact button is displayed. */ export declare function GroupParticipantInfo(props: GroupParticipantInfoProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=GroupParticipantInfo.d.ts.map