import { CosmographRangeColorLegend as _CosmographRangeColorLegend, CosmographRangeColorLegendConfig } from '@cosmograph/cosmograph'; import { CosmographReactComponentProps } from '../cosmograph-react-component'; export type CosmographRangeColorLegendProps = CosmographReactComponentProps & CosmographRangeColorLegendConfig; export type CosmographRangeColorLegendRef = _CosmographRangeColorLegend | undefined; export declare const CosmographRangeColorLegend: import("react").ForwardRefExoticComponent | undefined; }>; export type { CosmographRangeColorLegendConfig };