import { LinkProps } from './link.type'; declare const Link: (props: LinkProps) => import("react/jsx-runtime").JSX.Element; export default Link; //# sourceMappingURL=link.d.ts.map