interface Props {
    sources: string | string[];
}
export default function DefaultSource({ sources }: Props): null;
export {};
//# sourceMappingURL=DefaultSource.d.ts.map