/// import { CardActionsProps } from './types'; declare const CardActions: { (props: CardActionsProps): JSX.Element; defaultProps: { align: string; }; }; export default CardActions;