import React from "react";
import { DataSource } from "../types";
export declare const DataSourceContext: React.Context<DataSource>;
