import { Platform, PlayerProps, VideoPlayerProps, VideoPlayerRef } from "./VideoPlayer.types"; export { default as VideoPlayer } from "./VideoPlayer"; export type { VideoPlayerProps, VideoPlayerRef, PlayerProps, Platform };