import * as i0 from "@angular/core";
/**
 * Sets the focus on the give targetId on click.
 */
export declare class SkipLinkDirective {
    targetId: string;
    onClick(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkipLinkDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<SkipLinkDirective, "[c8ySkipLink]", never, { "targetId": { "alias": "c8ySkipLink"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=skip-link.directive.d.ts.map