import type { LinkProps } from "./types"; export declare function Link(props: LinkProps): JSX.Element;