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