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