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