/** * This is the components made by Ed, a former designer for the app (web version) */ import React from 'react'; interface OwnProps { children: React.ReactNode; } declare function MGDLabel(props: OwnProps): JSX.Element; export default MGDLabel; //# sourceMappingURL=MGDLabel.d.ts.map