import type { YoutubeViewProps } from './types/youtube';
declare function YoutubeView({ player, height, width, style, iframeStyle }: YoutubeViewProps): import("react").JSX.Element;
export default YoutubeView;
//# sourceMappingURL=YoutubeView.web.d.ts.map