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