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