import * as React from 'react'; export interface NotificationDrawerGroupListProps extends React.HTMLProps { /** Content rendered inside the notification drawer list body */ children?: React.ReactNode; /** Additional classes added to the notification drawer list body */ className?: string; } export declare const NotificationDrawerGroupList: React.FunctionComponent; //# sourceMappingURL=NotificationDrawerGroupList.d.ts.map