import type { FC, PropsWithChildren } from 'react';
import "@near-wallet-selector/modal-ui/styles.css";
export declare const NearProvider: FC<PropsWithChildren>;
