import { CardActionsProps } from './types'; declare const CardActions: ({ children, ...rest }: CardActionsProps) => import("react/jsx-runtime").JSX.Element; export default CardActions;