import * as React from 'react'; import { AdditionalProps } from 'react-onclickoutside'; import { InteractiveListProps } from './InteractiveList.types.part'; export { InteractiveListWrapperProps, InteractiveListDirection, InteractiveListBorderType, InteractiveListItem, InteractiveListProps, InteractiveListState, InteractiveListChangeEvent, InteractiveListItemObject, } from './InteractiveList.types.part'; /** * General purpose list component which can be used for rendering list items. */ export declare const InteractiveList: React.ComponentClass;