/** * This is the components made by Ed, a former designer for the app (web version) */ interface OwnProps { text: string; backgroundColor: string; arrow: boolean; } declare function MGDLegendEntry(props: OwnProps): JSX.Element; export default MGDLegendEntry; //# sourceMappingURL=MGDLegendEntry.d.ts.map