declare function HTMLAnchorElement(): void;
declare namespace HTMLAnchorElement {
    var prototype: any;
}
export { HTMLAnchorElement };
