/** * This is the components made by Ed, a former designer for the app (web version) */ interface OwnProps { children: (JSX.Element | null)[]; } declare function MGDButtonGroup(props: OwnProps): JSX.Element; export default MGDButtonGroup; //# sourceMappingURL=MGDButtonGroup.d.ts.map