import { CreateVariablesByArcheTypeProps } from '@salutejs/plasma-typo'; import type { GeneratedFiles } from '../types'; export declare const getTypoCSS: (typoObject: CreateVariablesByArcheTypeProps, withDesignPrefix: boolean) => (string | undefined)[]; export declare const generateTyposCSS: (typoObjects: Record, withDesignPrefix?: boolean) => GeneratedFiles;