import { AnchorHTMLAttributes } from "react";
import * as react_jsx_runtime2 from "react/jsx-runtime";
//#region src/components/atoms/Link.d.ts
type LinkProps = AnchorHTMLAttributes;
declare function Link({
children,
...props
}: LinkProps): react_jsx_runtime2.JSX.Element;
//#endregion
export { Link };
//# sourceMappingURL=Link.d.ts.map