export type CommonProps = { placeId?: string; businessName?: string; languageCode?: string; reviewUrl?: string; class?: string; fallbackRating?: number; fallbackReviewCount?: number; ctaText?: string; endpoint?: string; };