import { ComponentProps } from "react" import { MediaList } from "../media-list" export function TrackList(props: Omit, "type">) { return ( ) }