import { MarginInfoTableRowProps } from './types';
export declare const MarginInfoTableRow: ({ label, baseValue, quoteValue, }: MarginInfoTableRowProps) => import("@emotion/react/jsx-runtime").JSX.Element;
