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