// rh-video-embed/rh-video-embed.js
import type { ReactWebComponent } from '@lit/react';
import type { RhVideoEmbed } from '@rhds/elements/rh-video-embed/rh-video-embed.js';
export const VideoEmbed: ReactWebComponent<RhVideoEmbed, { onConsentClick: 'consent-click'; onRequestPlay: 'request-play'; onPlay: 'play' }>;
  