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