export declare const base: import("styled-components").FlattenSimpleInterpolation; export declare const syntaxTheme: { 'code[class*="language-"]': { color: string; fontFamily: string; fontSize: string; fontStyle: string; fontWeight: string; letterSpacing: string; lineHeight: string; textShadow: string; whiteSpace: string; wordBreak: string; }; 'pre[class*="language-"]': { color: string; fontFamily: string; fontSize: string; fontStyle: string; fontWeight: string; letterSpacing: string; lineHeight: string; textShadow: string; background: string; margin: number; padding: number; overflow: string; }; punctuation: { color: string; }; operator: { color: string; background: string; }; atrule: { color: string; }; keyword: { color: string; }; boolean: { color: string; }; number: { color: string; }; constant: { color: string; }; string: { color: string; }; char: { color: string; }; property: { color: string; }; tag: { color: string; }; symbol: { color: string; }; deleted: { color: string; }; selector: { color: string; }; function: { color: string; }; inserted: { color: string; }; comment: { color: string; }; 'class-name': { color: string; }; builtin: { color: string; }; variable: { color: string; }; }; export declare const Field: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Overlay: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Outer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Header: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Action: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Content: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Code: import("styled-components").StyledComponent<"div", any, {}, never>; //# sourceMappingURL=CodeArea.styles.d.ts.map