import React, { ComponentProps } from 'react'; import { MuxBackgroundVideo as MuxBackgroundVideoCore } from './mux-background-video.js'; export type MuxBackgroundVideoProps = ComponentProps<'video'> & MuxBackgroundVideoCore['config']; export type MuxBackgroundVideoRef = Partial; export declare const MuxBackgroundVideo: React.ForwardRefExoticComponent & React.RefAttributes>;