export declare const menuItem: { item: { bg: string; padding: string; outline: string; color: any; cursor: string; '&.is-hovered': { bg: string; color: any; '> *': { color: any; }; }; '&.is-focused': { bg: string; color: any; outline: string; outlineOffset: string; outlineColor: string; '> *': { color: any; }; }; '&.is-selected, &.is-pressed': { color: string; bg: any; '> *': { color: any; }; }; }; separator: { my: string; }; }; export declare const menu: { backgroundColor: string; borderColor: string; };