import { BarAndLineChartsWrapperTypes } from 'gifted-charts-core'; import './styles.css'; declare const BarAndLineChartsWrapper: (props: BarAndLineChartsWrapperTypes) => import("react/jsx-runtime").JSX.Element; export default BarAndLineChartsWrapper;