import ActionCard from './ActionCard'; import type { ActionCardProps } from './ActionCard.types'; export type { ActionCardProps }; export default ActionCard;