import { ViewStyle } from 'react-native'; export default interface NativeThumbnailViewProps { playerId: string; positionMs: number; style?: ViewStyle[]; }