import React from 'react'; import { AnchorWallet } from '@solana/wallet-adapter-react'; import { CandyShop } from '@liqnft/candy-shop-sdk'; import './style.less'; interface OrderDetailProps { tokenMint: string; backUrl?: string; walletConnectComponent: React.ReactElement; wallet: AnchorWallet | undefined; candyShop: CandyShop; } export declare const OrderDetail: React.FC; export {}; //# sourceMappingURL=index.d.ts.map