import React from "react"; declare const _default: React.NamedExoticComponent<{ compact: boolean; memberId: string; entityId: string; status?: "PENDING" | "CONFIRMED" | "DECLINED" | undefined; onConfirm?: ((args_0: { memberId: string; entityId: string; }) => void) | undefined; onDecline?: ((args_0: { memberId: string; entityId: string; reason: string; }) => void) | undefined; }>; export default _default;