import React from 'react'; interface iProps { elementRef: React.MutableRefObject; onUpdate?: (number: any) => void; } export declare const VideoWrapper: ({ elementRef, onUpdate }: iProps) => JSX.Element; export {};