export default function PartialsList({ webRoot, partialNames }: { webRoot: any; partialNames: any; }): JSX.Element;