import { ExtractThemeVars, ThemeConfig } from '../../common'; declare const vars: { textColor1: string; textColor2: string; textColor3: string; transitionTime: string; cubicBezierEaseInOut: string; margin: string; fontSize: string; lineHeight: string; }; export declare const pLight: ThemeConfig; export type PThemeVars = ExtractThemeVars; export {};