import React from 'react'; declare const NewDataSourceContext: React.Context<{ registerBaseInfoForm: () => void; setValidateBaseInfoFunc: (callback?: any) => void; getValidateBaseInfoFunc: () => void; objectService: any[]; methodApi: any; api: any; globalDataSourceList: any[]; type: "add" | "edit" | "readonly"; selectedDataSourceItem: {}; setSelectedDataSourceItem: (e: any) => void; filterFilterCondition: boolean; isAutoCorrect: boolean; setFilterCondition: (status: boolean) => void; title: string; onCancel: () => void; dataSourceInfo: any; setDataSourceInfo: (e: any) => void; updateTitle: (e: any) => void; }>; declare const NewDataSourceProvider: (props: any) => JSX.Element; export { NewDataSourceProvider }; export default NewDataSourceContext;