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