export declare class CSubNavigationItem { element: HTMLCSubNavigationItemElement; active: boolean; focusable: boolean; href: string; target: string; loading: boolean; private _redirect; render(): any; }