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