import * as React from 'react'; import { css } from '@patternfly/react-styles'; import styles from '@patternfly/react-styles/css/components/SimpleList/simple-list'; export interface SimpleListGroupProps extends Omit, 'title'> { /** Content rendered inside the SimpleList group */ children?: React.ReactNode; /** Additional classes added to the SimpleList