import * as i0 from "@angular/core";
export declare class HostLinkDirective {
    private readonly pluginChannel;
    aclHostLink: string;
    queryParams: Record<string, string>;
    target: string;
    style: string;
    onClick(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<HostLinkDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<HostLinkDirective, "a[aclHostLink]", never, { "aclHostLink": { "alias": "aclHostLink"; "required": false; }; "queryParams": { "alias": "queryParams"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, never, true, never>;
}
