import { default as React } from 'react'; import { Link as PrimitiveLink } from '../link'; export type LinkProps = React.ComponentPropsWithoutRef; export declare const Link: React.ForwardRefExoticComponent, HTMLAnchorElement>, "ref"> & { asChild?: boolean; disableVisited?: boolean; ensureTargetArea?: boolean; silent?: boolean; variant: "text" | "standalone" | "navigation" | "text-negative" | "standalone-negative" | "navigation-negative"; } & React.RefAttributes, "ref"> & React.RefAttributes>;