import { NFTContextType, NFTProviderProps } from '../types'; export declare const NFTContext: import('react').Context; export declare function useNFTContext(): NFTContextType; export declare function NFTProvider({ children, contractAddress, tokenId, isSponsored, useNFTData, buildMintTransaction, }: NFTProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NFTProvider.d.ts.map