import React from 'react'; import './index.less'; import type { LegendProportionProp } from './types'; export declare const CLS_PREFIX = "larkmap-legend-proportion"; export declare const LegendProportion: (props: LegendProportionProp) => React.JSX.Element;