import { VideoPlayer } from './Player.types'; type VideoPlayerModuleProps = { VlcPlayer: typeof VideoPlayer; }; export declare const VideoPlayerModule: VideoPlayerModuleProps; export {}; //# sourceMappingURL=VideoPlayerModule.d.ts.map