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