import type { ItemMenuType } from '../ComponentsTypes'; export declare const ItemMenu: ({ style, children, label, categoryIcon, active, hasActiveChildren, 'data-flip-id': dataFlipId, }: ItemMenuType) => import("react").JSX.Element; //# sourceMappingURL=Menu.d.ts.map