import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/link.d.ts type LinkProps = { href: string; children: React.ReactNode; className?: string; target?: string; onClick?: React.MouseEventHandler; prefetch?: boolean; }; declare function Link(props: LinkProps): react_jsx_runtime0.JSX.Element; declare function StyledLink(props: LinkProps): react_jsx_runtime0.JSX.Element; //#endregion export { Link, StyledLink }; //# sourceMappingURL=link.d.ts.map