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