import { Node } from '../../externals.js'; export declare const Anchor: Node<{ HTMLAttributes: { id: string; }; }, any>;