import React from "react"; export interface IUncontrolledPlayerProps { playerRef: React.LegacyRef; } export default function UncontrolledLionPlayer({ playerRef }: IUncontrolledPlayerProps): JSX.Element;