import type { YouTubeEmbed as YouTubeEmbedTypes } from '../types/google'; export default function YouTubeEmbed(props: YouTubeEmbedTypes): import("react/jsx-runtime").JSX.Element;