import React from 'react';
import GuiLegendProps from './GuiLegend.type';
declare const GuiLegend: React.FC<GuiLegendProps>;
export default GuiLegend;
