/// declare const _default: { styles: { root: import("react").CSSProperties & { backgroundColor: string; }; attribute: { color: string; }; unquotedAttribute: { color: string; }; string: { color: string; }; nil: { color: string; }; number: { color: string; }; boolean: { color: string; }; punctuation: { color: string; }; }; }; export default _default;