export { injectGlobalCss } from './inject-global-css'; /** Shared UI tokens used across components (`:root` fragment). */ export declare const rootTokens = "\n --cosmograph-scrollbar-background: rgba(255, 255, 255, 0.1);\n --cosmograph-ui-background: rgb(45, 49, 58);\n --cosmograph-ui-text: #ffffffc7;\n --cosmograph-ui-tick-font-size: 11px;\n --cosmograph-ui-font-size: 12px;\n --cosmograph-ui-font-family: inherit;\n --cosmograph-ui-element-color: #5C616A;\n --cosmograph-ui-highlighted-element-color: white;\n --cosmograph-ui-selection-control-color: #8d949ea8;\n -webkit-font-smoothing: antialiased !important;\n text-rendering: optimizeLegibility !important;\n"; export declare const cosmographUi: string; export declare const scrollbar: string;