/// import { AdditionalDataSources } from '../../utils/types'; export interface DataPathExplorerProps { path: string; onChange?: (value: string, props: { paths: string[]; }) => void; additionalSources?: AdditionalDataSources; } export declare const DataPathExplorer: import("react").FunctionComponent;