import { INavPage } from '../components/Nav/index'; export declare function isPageActive(componentUrl: string): boolean; export declare function hasActiveChild(page: INavPage, platform?: TPlatforms): boolean;