import React from 'react'; import { AnchorWallet } from '@solana/wallet-adapter-react'; import { CandyShop } from '@liqnft/candy-shop-sdk'; interface SellProps { wallet: AnchorWallet | undefined; walletConnectComponent: React.ReactElement; style?: { [key: string]: string | number; } | undefined; candyShop: CandyShop; } /** * React component that allows user to put an NFT for sale */ export declare const Sell: React.FC; export {}; //# sourceMappingURL=index.d.ts.map