export type VideoPlayerProps = Readonly<{ playLabel: string; unstyled?: boolean; className?: string; videoAssetUrl?: string | string[]; posterAssetUrl?: string; autoPlay?: boolean; loop?: boolean; controls?: boolean; lazyLoad?: boolean; }>; export declare const VideoPlayer: ({ playLabel, unstyled, className, videoAssetUrl, posterAssetUrl, autoPlay, loop, controls, lazyLoad, }: VideoPlayerProps) => import("react").JSX.Element; //# sourceMappingURL=VideoPlayer.d.ts.map