import { UIKITTheme } from "../globalStyles"; import { SDKTheme } from "../types"; export declare const processTheme: (newTheme?: SDKTheme) => UIKITTheme;