import { AnyTheme } from 'src/types'; /** * Theme customizer for the 1CD (One Cisco Design) theme variant. * * This is an early, incomplete implementation intended for testing only — * not for production use. Token mappings are partial and the API is subject to * breaking changes without notice in future versions. */ declare const splunk1cdThemeCustomizer: (currentTheme: AnyTheme) => AnyTheme; export default splunk1cdThemeCustomizer;