import { FunctionComponent } from 'react'; import { ListModel } from './list.model'; declare const List: FunctionComponent; export { List };