import * as React from "react";
import { SendWyreContextValue } from "../types";
export declare const defaultContext: SendWyreContextValue;
declare const SendWyreContext: React.Context<SendWyreContextValue>;
export default SendWyreContext;
