import { horizSectionPropTypes, chartTypes } from 'gifted-charts-core'; interface IhorizSectionPropTypes extends horizSectionPropTypes { chartType: chartTypes; containerHeightIncludingBelowXAxis: number; hasNegative: boolean; } export declare const renderHorizSections: (props: IhorizSectionPropTypes) => import("react/jsx-runtime").JSX.Element; export {};