import type { ReactNode } from 'react'; import React from 'react'; export interface EthersLoaderProps { children?: ReactNode; enabled?: boolean; } export declare const EthersLoader: React.FC; //# sourceMappingURL=Loader.d.ts.map