import { Bubble } from '../../scatter/bubble/style'; import { Style as StyleBase } from '../bubblegis/style'; import { Legend } from '@shujujiang/schemas/widget/style/legend'; export declare class Style extends StyleBase { /** * 散点设置 * @title 散点 * @order 80 */ bubble?: Bubble; /** * 图例设置 * @title 图例 * @order 100 */ legend?: Legend; }