export interface FastCommentsReviewsSummaryProps { /** Id that represents you as a customer. */ tenantId: string; /** Id that represents the page, if you don't want to tie comments to the page url. */ urlId?: string; /** The region your account is in. EU customers should set to 'eu'. */ region?: 'eu'; /** Set to true if embedding on a dark background. Auto-detected if not set. */ hasDarkBackground?: boolean; } export declare function FastCommentsReviewsSummary(props: FastCommentsReviewsSummaryProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FastCommentsReviewsSummary.d.ts.map