import { FC } from "react"; interface MyOrderEntryProps { symbol: string; } export declare const MyOrderEntry: FC; export {}; //# sourceMappingURL=index.d.ts.map