import React from 'react'; interface Props { postOnly: boolean; setPostOnly: (b: boolean) => void; } declare const _default: React.MemoExoticComponent<({ postOnly, setPostOnly, }: Props) => React.ReactElement>>; export default _default; //# sourceMappingURL=TradingOptions.d.ts.map