import { TradingInfoCardProps } from './types';
declare const TradingInfoCard: (props: TradingInfoCardProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default TradingInfoCard;
