import * as React from "react"; export interface Props { children: any; className?: string; hasBulletIcon?: boolean; } declare const ListItem: React.FC; export default ListItem;