declare function _default({ title, href }: {
    title?: string | undefined;
    href: any;
}): string;
export default _default;
