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