import { ComponentPropsWithoutRef } from 'react'; /** * Props for the ListItem component * @extends ComponentPropsWithoutRef<"li"> */ export type ListItemProps = ComponentPropsWithoutRef<"li">; export declare const ListItem: import('react').ForwardRefExoticComponent, HTMLLIElement>, "ref"> & import('react').RefAttributes>;