import { ReactElement } from 'react'; declare const Trading: ({ title, id }: { title: string; id: string; }) => ReactElement; export default Trading; //# sourceMappingURL=index.d.ts.map