/** * 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 MGDContainer(props: OwnProps): JSX.Element; export default MGDContainer; //# sourceMappingURL=MGDContainer.d.ts.map