import { type ViewStyle } from "react-native"; type ReactNativeEmbedPlayerProps = { video_id: string; style: ViewStyle; enabled_player_control?: Array; is_live?: boolean; version?: string; [key: string]: any; }; export declare const ReactNativeEmbedPlayerView: React.FC; export {}; //# sourceMappingURL=index.d.ts.map