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