export declare const LanguageOptions: { label: string; href: string; }[]; export declare const ProductsOptions: { label: string; href: string; }[]; export declare const OgnDropdownOptions: ({ label: string; href: string; highlight?: undefined; } | { label: string; href: string; highlight: boolean; })[];