import { CommonFlattenProps, FlattenGroupSelectListItem } from '../types'; type GroupSelectItemProps = Omit & CommonFlattenProps; export declare function GroupSelectItem({ label, truncate, divider, items, mode, id, itemRef, allChildIds, selectButtonLabel, }: GroupSelectItemProps): import("react/jsx-runtime").JSX.Element; export {};