import type { ActionCardProps } from './ActionCard.types'; /** * ActionCard component definition. */ declare const ActionCard: (props: ActionCardProps) => import("react/jsx-runtime").JSX.Element; export default ActionCard;