import type { FunctionComponent } from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; import type { ReviewTypes } from '../../../libs/fscommerce'; export interface SyndicationIndicatorProps { syndicationSource: ReviewTypes.SyndicationSource; rowStyle?: StyleProp; } export declare const SyndicationIndicator: FunctionComponent;