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