import type { UITheme } from './colorSet/ui-type'; export declare const uiColors: UITheme; declare global { interface Window { PdsUtils: any; } } export declare const customTheme: (tone: string, palette?: { [key: string]: string; } | undefined) => any;