import type { IMenuComponentType } from './types'; declare const createMenu: ({ Root: StyledMenu, Item: StyledMenuItem, Label: StyledItemLabel, Backdrop: StyledBackdrop, AnimatePresence, Separator: StyledSeparator, }: { Root: React.ComponentType; Item: React.ComponentType; Label: React.ComponentType