import React from 'react'; import { type ActionCardProps } from './interfaces'; export { ActionCardProps }; declare const ActionCard: React.ForwardRefExoticComponent>; export default ActionCard;