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