interface Props { sources: string | string[]; } export default function MediaSource({ sources }: Props): null; export {};