declare const MENU_CONFIG: ({ label: string; icon: string; method: string; activeWhere: string; rules: string[]; hideInURI?: undefined; badge?: undefined; useFaIconComponent?: undefined; event?: undefined; } | { label: string; icon: string; method: string; rules: string[]; hideInURI: RegExp[]; activeWhere?: undefined; badge?: undefined; useFaIconComponent?: undefined; event?: undefined; } | { label: string; icon: string[]; method: string; activeWhere: string; rules: string[]; badge: string; useFaIconComponent: boolean; hideInURI?: undefined; event?: undefined; } | { label: string; icon: string; method: string; rules: string[]; activeWhere?: undefined; hideInURI?: undefined; badge?: undefined; useFaIconComponent?: undefined; event?: undefined; } | { label: string; icon: string; rules: string[]; event: string; method?: undefined; activeWhere?: undefined; hideInURI?: undefined; badge?: undefined; useFaIconComponent?: undefined; })[]; declare const SUBMENU_CONFIG: ({ label: string; method: string; rules: string[]; hideInURI?: undefined; } | { label: string; method: string; rules: string[]; hideInURI: RegExp[]; })[]; export { MENU_CONFIG, SUBMENU_CONFIG };