/** * Checks pathname and returns the name of the page (e.g. 'Article', 'Interstitial'). * For use on shared buttons and sidebars. * */ export default function usePageName(): "Article" | "Interstitial" | "Area Guide" | "Page"; //# sourceMappingURL=use-page-name.d.ts.map