import { HTMLAttributes } from "react"; export declare function CardActions({ children, className, ...props }: HTMLAttributes): import("react/jsx-runtime").JSX.Element;