export type YouTubeEmbedProps = { videoId: string; title?: string; className?: string; }; export declare const YouTubeEmbed: ({ videoId, title, className }: YouTubeEmbedProps) => import("react").JSX.Element;