import * as react from 'react'; import { V as VideoViewerProps } from './VideoViewer.types-_AwQ8DQr.js'; /** * A standalone video viewer — native controls, optional poster, fit-to-box, and * dark-aware framing. Renders for video sources inside ``. * * ```tsx * * ``` */ declare const VideoViewer: react.ForwardRefExoticComponent>; export { VideoViewer, VideoViewerProps };