/** * Query hook for getting borrow data. Returns collateral and trove debt for the * connected account, based on it's evm address. * @param queryOptions Query options passed to the underlying `useQuery` hook. */ export declare function useCollateralPrice(queryOptions?: {}): import("wagmi").UseReadContractReturnType; //# sourceMappingURL=useCollateralPrice.d.ts.map