/// import type { Props, HeaderLink } from ".."; export declare const props: Props; export declare const propsWithCustomLinks: Props; export declare const services: ({ url: string; id: string; icon: JSX.Element; translation: string; htmlProps?: undefined; external?: undefined; badge?: undefined; } | { url: string; id: string; icon: JSX.Element; translation: string; htmlProps: { rel: string; }; external: boolean; badge?: undefined; } | { url: string; id: string; icon: JSX.Element; translation: string; badge: string; htmlProps?: undefined; external?: undefined; })[]; export declare const STATIC_LINKS: HeaderLink[];