export declare const VideoPickerControl: ({ onClose }: { onClose: () => void; }) => JSX.Element; export default VideoPickerControl;