import React from 'react'; import { ListItemProps } from './types'; export declare const ListItem: (props: ListItemProps) => React.JSX.Element;