import { Country } from '@is-ssp/includeExclude/includeExcludeMocks'; export declare const SHORT_NESTED_OPTIONS: ({ text: string; id: number; endIcon: string; children?: undefined; } | { text: string; id: number; endIcon: string; children: ({ text: string; endIcon: string; id: number; } | { text: string; id: number; endIcon?: undefined; })[]; })[]; export declare const NESTED_OPTIONS: ({ text: string; id: number; endIcon: string; children?: undefined; } | { text: string; id: number; endIcon: string; children: ({ text: string; endIcon: string; id: number; } | { text: string; id: number; endIcon?: undefined; })[]; } | { text: string; id: number; endIcon?: undefined; children?: undefined; })[]; export declare const NESTED_OPTIONS_TEXT: ({ text: string; endIcon: string; id: number; children?: undefined; } | { text: string; endIcon: string; id: number; children: ({ text: string; id: number; endIcon?: undefined; } | { text: string; id: number; endIcon: string; })[]; } | { text: string; id: number; children: { text: string; id: number; }[]; endIcon?: undefined; })[]; export declare const countries: readonly Country[];