import type { DataObject, GeneratedFiles, ThemeTokenDataGroups } from '../types'; export declare const generateThemes: (themes: Record, mixin?: DataObject, withDeprecated?: boolean, withKebabCase?: boolean) => GeneratedFiles;