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