/** CSS custom properties for this component (`:root` fragment). */ export declare const rootTokens = "\n --cosmograph-size-legend-form-color: var(--cosmograph-ui-text);\n --cosmograph-size-legend-font-color: var(--cosmograph-ui-text);\n --cosmograph-size-legend-font-family: inherit;\n --cosmograph-size-legend-font-size: var(--cosmograph-ui-font-size);\n --cosmograph-size-legend-sublabel-font-size: 10px;\n --cosmograph-size-legend-hover-color: var(--cosmograph-ui-highlighted-element-color);\n --cosmograph-size-legend-line-radius: 2px;\n --cosmograph-size-legend-line-width: 30px;\n --cosmograph-size-legend-hide-transform: translateY(100%);\n --cosmograph-size-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 events: string; export declare const hovered: string;