import React from 'react'; import { LegendInterface } from '../../../model/States'; declare const LegendPane: React.FC<{ list: Record; onLeft: boolean; bottom?: boolean; arrow?: boolean; }>; export default LegendPane; //# sourceMappingURL=LegendPane.d.ts.map