import { BoxProps } from '../Box'; export type LinkProps = BoxProps; export declare const Link: { (props: LinkProps): import("react/jsx-runtime").JSX.Element; displayName: string; };