import React from 'react'; import './index.less'; import type { LegendRampProps } from './types'; export declare const CLS_PREFIX = "larkmap-legend-ramp"; export declare function LegendRamp(props: LegendRampProps): React.JSX.Element;