import type { DeepPartial } from '../../Shared/Types'; import type { DefaultOptions } from '../../Core/Options'; declare namespace HighContrastLightTheme { const options: DeepPartial; /** * Apply the theme. */ function apply(): void; } export default HighContrastLightTheme;