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