import { Font } from '@esui/core'; export declare class TextScale { static fontWeightLight: string; static fontWeightNormal: string; static fontWeightMedium: string; static fontWeightBold: string; static headline1: Font; static headline2: Font; static headline3: Font; static headline4: Font; static headline5: Font; static headline6: Font; static subtitle1: Font; static subtitle2: Font; static body1: Font; static body2: Font; static caption: Font; static overline: Font; }