import { ElementRef } from '@angular/core'; /** Marks the host element as a link within an `hc-scroll-nav`. */ export declare class ScrollNavLinkDirective { _el: ElementRef; /** The `id` of the corresponding `hcScrollTarget` that you would like to link to. */ hcScrollLink: string; _hostClass: boolean; constructor(_el: ElementRef); _onClick(): void; private navigateToSection; }