import { GlobalProps } from '../../shared/global'; import { ComponentChildren } from '../../shared/children'; export interface ListItemProps extends GlobalProps { /** * The content of the ListItem. */ children?: ComponentChildren; }