import React from 'react'; interface Props { /** The label that will be shown for video input control, it defaults to `Video`. */ label?: string; } declare const VideoInputControl: React.FC; export default VideoInputControl;