import { CreateVariablesByArcheTypeProps } from '@salutejs/plasma-typo'; import type { DataObject, ThemeContent, ThemeTokenDataGroups } from '../types'; export declare const getThemeContent: (themeTokens: Record, typoTokens: CreateVariablesByArcheTypeProps, mixin: DataObject | undefined, withDesignPrefix: boolean, withKebabCase?: boolean) => ThemeContent;