import React from 'react'; import { AnchorWallet } from '@solana/wallet-adapter-react'; import { SingleTokenInfo, CandyShop } from '@liqnft/candy-shop-sdk'; import { CandyShop as CandyShopResponse } from 'solana-candy-shop-schema/dist'; import './style.less'; export interface SellModalProps { onCancel: () => void; nft: SingleTokenInfo; wallet: AnchorWallet; shop: CandyShopResponse; candyShop: CandyShop; } export declare const SellModal: React.FC; //# sourceMappingURL=index.d.ts.map