import type { PlayerProps, CSSPropertiesWithVars } from '../types.js'; import type { MediaProps } from './media/index.js'; declare const BackgroundPlayer: import("react").ForwardRefExoticComponent & PlayerProps & { style?: CSSPropertiesWithVars; } & import("react").RefAttributes>; export default BackgroundPlayer;