import { type PropsWithChildren } from "react";
export declare function useInBigmiContext(): boolean;
export declare function UTXOProvider({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
