declare function swapColorValues(colors: T): {}; declare function removeDefaultKeys(obj: T): {}; /** * * Flatten theme object and remove default keys * * @param obj theme object * @returns object with flattened keys */ declare const flattenThemeObject: (obj: TTarget) => {}; export { flattenThemeObject, removeDefaultKeys, swapColorValues };