import React from "react"; import { ToastContextProps } from "./types"; export declare const ToastContext: React.Context; export declare const ToastProvider: (props: any) => JSX.Element; export declare function useToast(): ToastContextProps; //# sourceMappingURL=Context.d.ts.map