import { ExtractThemeVars, ThemeConfig } from '../../common'; declare const vars: { textColor: string; textColorSuccess: string; textColorWarning: string; textColorError: string; textColorInfo: string; textColor1: string; textColor2: string; textColor3: string; codeTextColor: string; codeBackgroundColor: string; transitionDuration: string; transitionTimingFunction: string; fontWeightStrong: number; codeBorderRadius: string; codeBorder: string; }; export declare const textLight: ThemeConfig; export type TextThemeVars = ExtractThemeVars; export {};