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