import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
import { TocContainerDirective } from './toc-container.directive';
import * as i0 from "@angular/core";
export declare class TocLinkDirective implements OnInit, OnDestroy {
    private readonly cdr;
    active: boolean;
    for: TocContainerDirective;
    auiTocLink: string[] | string;
    private readonly _subs;
    onClick(): void;
    constructor(cdr: ChangeDetectorRef);
    ngOnInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TocLinkDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TocLinkDirective, "[auiTocLink]", never, { "for": { "alias": "for"; "required": false; }; "auiTocLink": { "alias": "auiTocLink"; "required": false; }; }, {}, never, never, true, never>;
}
