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