import { FC } from 'react'; import { ListProps } from './types'; export * from './List'; export * from './types'; export * from './components/ListItem'; export declare const ListWrapper: FC>;