import { SlotComponent } from '../../type-utils'; import { MenuRootSlotProps, MenuTriggerSlotProps, MenuPopoverSlotProps, MenuContentSlotProps, MenuItemSlotProps, MenuSectionSlotProps, MenuSectionLabelSlotProps, MenuSubmenuSlotProps } from './menu.types'; export declare const MenuRootSlot: SlotComponent; export declare const MenuTriggerSlot: SlotComponent; export declare const MenuPopoverSlot: SlotComponent; export declare const MenuContentSlot: SlotComponent; export declare const MenuItemSlot: SlotComponent; export declare const MenuSectionSlot: SlotComponent; export declare const MenuSectionLabelSlot: SlotComponent; export declare const MenuSubmenuSlot: SlotComponent;