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