import { HTMLAttributes, PropsWithChildren } from "react"; interface ICardActions extends PropsWithChildren> { } export declare const CardActions: import("react").ForwardRefExoticComponent>; export {};