import { default as React } from 'react'; import { RevenueReport } from '@zeniai/client-epic-state'; import { CardActions, CardData } from '../cardTypes'; import { DragAndDropProps } from '../common/Card'; export default function RevenueCard({ card, actions, data, dndProps, }: { actions: CardActions; card: CardData; data?: RevenueReport; dndProps?: DragAndDropProps; }): import("react/jsx-runtime").JSX.Element; export declare const MemoRevenueCard: React.MemoExoticComponent;