import React from 'react';
import { CardActionsProps } from './CardActions.types';
/**
 * CardActions are components used to display actions at the footer of cards.
 */
declare const CardActions: React.FC<CardActionsProps>;
export default CardActions;
