import type { DataObject, ThemeTokenDataGroups } from '../types'; export declare const getThemeData: (themeItem: ThemeTokenDataGroups, mixin?: DataObject, withKebabCase?: boolean) => { [x: string]: string | number; color: string; };