import { CategoryProps } from '../interfaces'; declare const MobileExpandableCategoryElement: ({ index, item, onItemActivate, onGroupToggle, targetItem, isHighlighted, isKeyboardHighlight, isExpanded, lastInDropdown, highlightItem, disabled, variant, position, renderItem }: CategoryProps) => JSX.Element; export default MobileExpandableCategoryElement;