export declare const classes: { line: string; lineWithoutNumber: string; lineContent: string; contentOuter: string; contentHeader: string; contentHeaderDivider: string; contentAction: string; }; export declare const tokens: { wrapperPadding: string; wrapperGap: string; wrapperBorderRadius: string; wrapperBackgroundColor: string; fieldBackgroundColor: string; overlayPadding: string; overlayBorderRadius: string; headerMarginBottom: string; contentGap: string; lineNumberMinWidth: string; lineNumberGap: string; numerationPaddingRight: string; codeMarginRight: string; codePaddingRight: string; fontFamily: string; fontSize: string; fontStyle: string; fontWeight: string; letterSpacing: string; lineHeight: string; codeColor: string; lineNumberColor: string; dividerColor: string; syntaxYellow: string; syntaxOrange: string; syntaxPink: string; syntaxSpring: string; syntaxSkyBlue: string; syntaxRed: string; scrollWidth: string; scrollTrackColor: string; scrollThumbColor: string; }; //# sourceMappingURL=CodeArea.tokens.d.ts.map