/// <reference types="react" />
import { ICardHistory } from './ICardHistory';
declare function CardHistory({ description, date, hour, badge, state, customIconState, size, customWidth, variant, dropdown, hasShadow, isError, numberNotifications, children, _t, useT }: ICardHistory): JSX.Element;
export default CardHistory;
