import type { Plugin } from '../../types.js'; import type { IncompatibleOptions } from './types.js'; export { INCOMPATIBLE_COOKIE } from './constants.js'; export { defaultIncompatibleWarningTranslationMap } from './defaultIncompatibleWarning.js'; export type { BrowserInfo, IncompatibleI18n, IncompatibleOptions, ServiceIcon, ServiceIconImage, ServiceIconSvg, TechnicalInfo, TechnicalInfoItem, } from './types.js'; export declare function createIncompatibleWarningPlugin(): Plugin;