1
k94314517
2025-07-09 0333dee7027bf4409194f07e8359fc350a476dc7
1
2
3
import Displayable from '../graphic/Displayable';
import { BrushScope, SVGVNodeAttrs } from './core';
export declare function createCSSEmphasis(el: Displayable, attrs: SVGVNodeAttrs, scope: BrushScope): void;