type T = keyof HTMLElementTagNameMap;
export declare const createAnchor: {
    (id: string, tag?: T): T extends undefined ? HTMLElementTagNameMap['div'] : HTMLElementTagNameMap[T];
};
export {};
//# sourceMappingURL=createAnchor.d.ts.map