export * from './page-data/hooks.js'; /** * Catches click events on elements and if it's a local link, * uses react-router-dom to navigate * @returns ref used to identify the root object */ export declare function useRouterForLocalLinks(): void; export declare function useRunningEnvironmentCheck(): string | null; //# sourceMappingURL=hooks.d.ts.map