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<HTMLButtonElement | HTMLElement | HTMLAnchorElement | null>>;
//#endregion
export { Button };
//# sourceMappingURL=Button.d.ts.map