import { ElementRef } from '@angular/core'; /** Marks the host element as a linkable section within an `hc-scroll-nav-content`. * Must set the `id` and link to it via an `hcScrollLink`. */ export declare class ScrollNavTargetDirective { _el: ElementRef; _hostClass: boolean; constructor(_el: ElementRef); }