import { CategoryProps } from '../interfaces'; declare const CategoryElement: ({ item, onItemActivate, onGroupToggle, targetItem, isHighlighted, isExpanded, highlightItem, disabled, variant, }: CategoryProps) => JSX.Element; export default CategoryElement; //# sourceMappingURL=category-element.d.ts.map