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