export type EmbedYoutubeProps = { tileId: string; videoId: string; onLoad?: (event: Event) => void; swiperId: string; autoPlay?: boolean; muted?: boolean; }; export declare function EmbedYoutube({ tileId, videoId, onLoad, swiperId, autoPlay, muted }: EmbedYoutubeProps): HTMLElement; //# sourceMappingURL=embed-youtube.template.d.ts.map