import React from 'react'; import { ListItemProps } from './interfaces'; declare const ListItem: React.FC; export default ListItem;