import { ElementType, HTMLHopeProps, SinglePartComponentStyleConfig } from "../types"; export declare type AnchorStyleConfig = SinglePartComponentStyleConfig; interface AnchorOptions { external?: boolean; } export declare type AnchorProps = HTMLHopeProps; /** * Anchors are accessible elements used primarily for navigation. * This component is styled to resemble a hyperlink and semantically renders an . */ export declare function Anchor(props: AnchorProps): import("solid-js").JSX.Element; export declare namespace Anchor { var toString: () => string; } export {}; //# sourceMappingURL=anchor.d.ts.map