import * as React from 'react'; export interface SimpleListGroupProps extends Omit, 'title'> { /** Content rendered inside the SimpleList group */ children?: React.ReactNode; /** Additional classes added to the SimpleList