/** CSS custom properties for this component (`:root` fragment). */ export declare const rootTokens = "\n --cosmograph-color-legend-range-font-color: var(--cosmograph-ui-text);\n --cosmograph-color-legend-range-font-family: var(--cosmograph-ui-font-family);\n --cosmograph-color-legend-range-font-size: var(--cosmograph-ui-font-size);\n --cosmograph-color-legend-range-label-font-size: var(--cosmograph-ui-font-size);\n --cosmograph-color-legend-range-sublabel-font-size: 10px;\n --cosmograph-color-legend-range-hover-color: var(--cosmograph-ui-highlighted-element-color);\n --cosmograph-color-legend-range-gradient-height: 6px;\n --cosmograph-color-legend-range-gradient-radius: 8px;\n --cosmograph-color-legend-range-gradient-top-margin: 6px;\n --cosmograph-color-legend-hide-transform: translateY(100%);\n --cosmograph-color-legend-show-transform: translateX(0);\n"; export declare const container: string; export declare const legend: string; export declare const enabled: string; export declare const disabled: string; export declare const hovered: string;