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