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