import { FC } from 'react'; import { ListGroupProps } from 'reactstrap'; /** * Extension to Bootstrap [ListGroup](https://getbootstrap.com/docs/4.3/components/list-group/) * for listing a timeline of Activities */ declare const ActivityLog: FC; export default ActivityLog;