declare module '../../Core/Options' { interface LangOptions { /** * The text for the main breadcrumb. * * @since 10.0.0 * @product highcharts highmaps */ mainBreadcrumb?: string; } } export {};