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