import React from 'react';
import SourceDataSelectorContentFactory from './source-data-selector-content';
import { SourceDataSelectorProps } from './types';
declare function SourceDataSelectorFactory(DataSourceSelectorContent: ReturnType<typeof SourceDataSelectorContentFactory>): React.FC<SourceDataSelectorProps>;
declare namespace SourceDataSelectorFactory {
    var deps: (typeof SourceDataSelectorContentFactory)[];
}
export default SourceDataSelectorFactory;
