import { DisplayObject } from '@antv/g-lite'; import Gesture from '../../gesture'; declare function createShape(type: string, props: any): DisplayObject; declare function updateShape(shape: DisplayObject, props: any, lastProps: any): DisplayObject; declare function addEvent(shape: any, props: any): Gesture; export { createShape, updateShape, addEvent };