export function LI({ children, className, ...rest }: { [x: string]: any; children: any; className: any; }): React.DetailedReactHTMLElement, HTMLInputElement>; export namespace LI { namespace propTypes { let children: PropTypes.Requireable; let className: PropTypes.Requireable; } } export const LiConsumer: React.Consumer<{ hasListItemParent: boolean; }>; import React from 'react'; import PropTypes from 'prop-types';