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