export interface PIPMediaProps {
  src: string;
  muted: boolean;
  volume: number;
  currentTime: number;