import type { PropsFor } from "../../types.js";
export type CardButtonProps = PropsFor<"button">;
declare const CardButton: import("react").ForwardRefExoticComponent<CardButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
export default CardButton;
