import { ItemProps } from '../interfaces'; declare const ItemElement: ({ item, disabled, onItemActivate, highlighted, highlightItem, first, last, hasCategoryHeader, variant, }: ItemProps) => JSX.Element; export default ItemElement; //# sourceMappingURL=index.d.ts.map