import type { ColorScheme } from '../../utils/color-scheme.constants'; import type { ThemeId } from './types'; export declare function applyProductTheme(themeId: ThemeId, colorScheme: ColorScheme | undefined, target?: HTMLElement): void;