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