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