import * as React from "react";

//#region src/link.d.ts
type LinkProps = Readonly<React.ComponentPropsWithoutRef<'a'>>;
declare const Link: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">> & React.RefAttributes<HTMLAnchorElement>>;
//#endregion
export { Link, LinkProps };
//# sourceMappingURL=index.d.ts.map