import { LinkProps } from "./types.js"; import React from "react"; //#region src/link/link.d.ts declare const Link: React.MemoExoticComponent>>; //#endregion export { Link }; //# sourceMappingURL=link.d.ts.map