import { DisplayObject } from '@antv/g-lite'; declare function applyStyle(shape: DisplayObject, style: any): void; export default applyStyle;