export declare const menu: { p: string; border: string; borderColor: string; }; export declare const menuSection: { sectionTitle: { fontWeight: string; fontSize: string; lineHeight: string; textTransform: string; letterSpacing: string; height: string; py: string; px: string; color: string; ml: number; }; }; export declare const menuItem: { item: { bg: string; padding: string; outline: string; color: any; fontSize: string; lineHeight: string; cursor: string; borderRadius: string; '&.is-hovered': { bg: any; color: string; '> *': { color: string; }; }; '&.is-focused': { bg: any; color: string; outline: string; outlineOffset: string; outlineColor: string; '> *': { color: string; }; }; '&.is-pressed, &.is-selected': { bg: string; color: string; '> *': { color: string; }; }; }; separator: { my: string; }; };