export interface FastCommentsTopPagesProps { tenantId: string; hasDarkBackground?: boolean; region?: 'eu' | string; apiHost?: string; } export declare function FastCommentsTopPages(props: FastCommentsTopPagesProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FastCommentsTopPages.d.ts.map