import { type ElementsConfig } from '@leapwallet/elements-core'; /** * React hook to get elements config */ export declare const useElementsConfig: () => import("swr/_internal").SWRResponse;