import { CommonFlattenProps, FlattenNextListItem, ItemId } from '../types'; type NextListItemProps = Omit & CommonFlattenProps & { focusId?: ItemId; }; export declare function NextListItem({ items, placement, id, scroll, scrollRef, disabled, onSublistOpenChanged, allChildIds, loading, focusId, untouchableScrollbars, ...option }: NextListItemProps): import("react/jsx-runtime").JSX.Element; export {};