import { TimeseriesChartBandProps } from '../../types/timeseries-band.js'; export declare const Band: { (props: TimeseriesChartBandProps): null; displayName: string; };