import React from 'react';
import type { PlayerProps, PlayerRef } from './@types/Player.types';
export declare const Player: React.ForwardRefExoticComponent<PlayerProps & React.RefAttributes<PlayerRef>>;
