import { SWRResponse } from 'swr'; import { type ChainConfig } from '@leapwallet/elements-core'; export type UseChainsConfigReturnType = SWRResponse; /** * React hook to get chain configuration data */ export declare const useChainsConfig: () => UseChainsConfigReturnType;