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