| 12345 | import { Selection } from '../utils/selection';import { Primitive } from './types/common';import { G2Context, G2Library, G2ViewTree } from './types/options';export declare function plot<T extends G2ViewTree>(options: T, selection: Selection, library: G2Library, context: G2Context): Promise<any>;export declare function applyStyle(selection: Selection, style: Record<string, Primitive>): void;
 |