export declare class SharpenNavLink { name: string; icon: string; href: string; selected: boolean; render(): any; }