import { ButtonProps } from "./Button.js"; import { LinkProps } from "./Link.web.js"; import * as react_jsx_runtime1 from "react/jsx-runtime"; //#region src/components/atoms/ButtonLink.d.ts type ButtonLinkProps = Omit & Pick & { replace?: boolean; }; declare function ButtonLink({ href, target, rel, replace, loading, disabled, children, onClick, ...btn }: ButtonLinkProps): react_jsx_runtime1.JSX.Element; //#endregion export { ButtonLink }; //# sourceMappingURL=ButtonLink.d.ts.map