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