import { PropsWithChildren } from "react"; export type ListItemProps = PropsWithChildren; export declare function ListItem({ children }: ListItemProps): import("react").JSX.Element;