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