import { PageConfig } from '../../state'; /** * Forces an additional hard refresh on a page once initially loaded. This is * only to be used in rare cases in which legacy, third party scripts fail * to load content into the DOM with client side navigation. */ export default function ForcePageReload({ pageConfig }: { pageConfig: PageConfig; }): null; //# sourceMappingURL=force-page-reload.component.d.ts.map