import type { Options } from "@nfteyez/sol-rayz"; import { WalletResult } from "../types"; /** * This hook is wrapper over `getParsedNftAccountsByOwner` * it fetches NFT list when wallet public address changes * and returns possible states: error, isLoading or list of NFT */ export declare const useWalletNfts: ({ publicAddress, ...rest }: Options) => WalletResult; //# sourceMappingURL=useWalletNfts.d.ts.map