import { EmbedElement, EmbedStrategy } from '../common'; export declare type YoutubeEmbedElementData = { videoId: string; }; export declare type YoutubeEmbedElement = EmbedElement & YoutubeEmbedElementData; export declare type YoutubeEmbedStrategy = EmbedStrategy; export declare const YoutubeEmbedStrategy: YoutubeEmbedStrategy;