///
export interface SimpleListGroupProps extends Omit, 'title'> {
/** Content rendered inside the SimpleList group */
children?: React.ReactNode;
/** Additional classes added to the SimpleList */
className?: string;
/** Additional classes added to the SimpleList group title */
titleClassName?: string;
/** Title of the SimpleList group */
title?: React.ReactNode;
/** ID of SimpleList group */
id?: string;
}
export declare const SimpleListGroup: React.FunctionComponent;
//# sourceMappingURL=SimpleListGroup.d.ts.map