import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
import type { Components } from '@ionic/core/components';
import * as i0 from "@angular/core";
export declare class IonNavLink {
    protected z: NgZone;
    protected el: HTMLIonNavLinkElement;
    constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
    static ɵfac: i0.ɵɵFactoryDeclaration<IonNavLink, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IonNavLink, "ion-nav-link", never, { "component": { "alias": "component"; "required": false; }; "componentProps": { "alias": "componentProps"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare interface IonNavLink extends Components.IonNavLink {
}
