import { ReactElement } from 'react'; interface Props { isWideLayout: boolean; postOnly: boolean; reduceOnly: boolean; tradingType: 'LIMIT'; } declare const Limit: ({ isWideLayout, postOnly, reduceOnly, tradingType, }: Props) => ReactElement; export default Limit; //# sourceMappingURL=Limit.d.ts.map