import { PropsWithChildren } from "react"; import type { AnchorProps } from "./Anchor.interface"; export declare const Anchor: ({ LinkTag, decoration, className, children, ...props }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export default Anchor;