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