import { TradingInfoCardTooltipProps } from './types';
declare const TradingInfoCardTooltip: ({ trigger, children, }: TradingInfoCardTooltipProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default TradingInfoCardTooltip;
