/** * This is the components made by Ed, a former designer for the app (web version) */ interface OwnProps { children: JSX.Element[]; onLeft: boolean; bottom: boolean; } declare function MGDLegend(props: OwnProps): JSX.Element; export default MGDLegend; //# sourceMappingURL=MGDLegend.d.ts.map