import React from 'react'; interface Props { mappings?: string[]; loading?: boolean; compareMode?: boolean; } declare const ColorStackLegend: ({ mappings, compareMode, loading }: Props) => React.JSX.Element; export default ColorStackLegend; //# sourceMappingURL=ColorStackLegend.d.ts.map