import { P } from '@antv/g2plot'; import { LollipopOptions } from './type'; export declare class Lollipop extends P { constructor(container: HTMLElement | string, options: LollipopOptions); }