import React from 'react'; interface ComposedLineAndScatterChartLoaderProps { dataUrl: string; language: string; } declare const ComposedLineAndScatterChartLoader: React.FC; export default ComposedLineAndScatterChartLoader;