import { FC, PropsWithChildren } from 'react'; import { ListItemProps } from './types'; export declare const ListItem: FC>; /** * @deprecated Use `ListItem` instead. This will be removed in a future release. */ export declare const ActionMenuItem: FC>;