import { ReferrerType } from '@zeniai/client-analytics'; import { AiAccountantFilterCategoryDropdownOption, HealthMonitorFilterCategoryDropdownOption, ManagementFilterCategoryDropdownOption, PortfolioFilterCategoryDropdownOption, SubscriptionFilterCategoryDropdownOption, TaskManagerFilterCategoryDropdownOption, ValuesDropdownOption } from './cockpitFilters/commonTypes'; import { NavSwitcherOptionType } from './navHeader/navSwitcher/NavSwitcher'; export declare const DEFAULT_COCKPIT_LIST_ITEM_HEIGHT = 88; export declare const HEADER_HEIGHT = 58; export declare const OVERSCAN_COUNT = 1; export declare const COCKPIT_ROW_NAME_LIMIT = 55; export declare const MAX_NET_PROMOTER_SCORE = 10; export declare const MAX_CUSTOMER_SATISFACTION_SCORE = 5; export declare const COCKPIT_TAB_OPTIONS: NavSwitcherOptionType; export declare const COCKPIT_TAB_OPTIONS_WITH_CREDIT_AGENT: NavSwitcherOptionType; export declare const MANAGEMENT_FILTER_CATEGORIES: ManagementFilterCategoryDropdownOption[]; export declare const SUBSCRIPTION_FILTER_CATEGORIES: SubscriptionFilterCategoryDropdownOption[]; export declare const PORTFOLIO_FILTER_CATEGORIES: PortfolioFilterCategoryDropdownOption[]; export declare const HEALTH_MONITOR_FILTER_CATEGORIES: HealthMonitorFilterCategoryDropdownOption[]; export declare const ANNUAL_RECURRING_REVENUE_OPTIONS: ValuesDropdownOption[]; export declare const MONTHLY_RECURRING_REVENUE_OPTIONS: ValuesDropdownOption[]; export declare const AVERAGE_2_MONTHS_EXPENSES_OPTIONS: ValuesDropdownOption[]; export declare const SLAB_OPTIONS: ValuesDropdownOption[]; export declare const NET_BURN_OR_INCOME_OPTIONS: ValuesDropdownOption[]; export declare const CASH_BALANCE_OPTIONS: ValuesDropdownOption[]; export declare const EXPENSES_OPTIONS: ValuesDropdownOption[]; export declare const REVENUE_OPTIONS: ValuesDropdownOption[]; export declare const RUNWAY_OPTIONS: ValuesDropdownOption[]; export declare const PRODUCT_VERTICALS: ValuesDropdownOption[]; export declare const CHURN_PROBABILITY_PERCENTAGE: ValuesDropdownOption[]; export declare const NET_PROMOTER_SCORE: ValuesDropdownOption[]; export declare const CUSTOMER_SATISFACTION_SCORE: ValuesDropdownOption[]; export declare const RUNWAY_OPTIONS_HEALTH_MONITOR: ValuesDropdownOption[]; export declare const COMPANY_HEALTH_METRIC_REVIEW_OPTIONS: ValuesDropdownOption[]; export declare const allNetPromoterScoreOptions: number[]; export declare const allCustomerSatisfactionScoreOptions: number[]; export declare const getCurrentCockpitTab: (currentTab: string) => string; export declare const getReferrerType: (currentTab: string) => ReferrerType; export declare const AI_ACCOUNTANT_FILTER_CATEGORIES: AiAccountantFilterCategoryDropdownOption[]; export declare const TASK_MANAGER_FILTER_CATEGORIES: TaskManagerFilterCategoryDropdownOption[];