import { LinkProps } from "./types";
export declare const VuiLinkInternal: ({ ...rest }: LinkProps) => import("react/jsx-runtime").JSX.Element;
export declare const VuiLink: ({ children, href, target, onClick, className, track, isAnchor, ...rest }: LinkProps) => import("react/jsx-runtime").JSX.Element;
