export declare class AnchorDirective { private widget; constructor(widget: any); onClick(): void; }