import * as Shape from './shape'; export declare const version: any; export * from './types'; export * from './interfaces'; export { Event } from '@antv/g-base'; export { default as Canvas } from './canvas'; export { default as Group } from './group'; export { Shape };