import { ButtonProps } from "./Button.types.js";
import * as _$react from "react";

//#region src/components/Button/Button.d.ts
declare const Button: _$react.ForwardRefExoticComponent<ButtonProps & _$react.RefAttributes<HTMLElement | HTMLAnchorElement | HTMLButtonElement | null>>;
//#endregion
export { Button };
//# sourceMappingURL=Button.d.ts.map