import { StyleProp, ViewStyle } from 'react-native'; import { VideoSource } from './Player.types'; export type LitePlayerViewProps = { style?: StyleProp | undefined; source: VideoSource; paused?: boolean; }; export declare const LitePlayerView: import("react").ComponentType; //# sourceMappingURL=LitePlayerView.d.ts.map