import * as T from "../headless/tabs/type"; export declare const toHref: (l: T.Link, urlPrefix: string) => string; export declare const getIsSelected: (pathname: string, path: string, navs: { path: string; }[]) => boolean;