/**
 * @ignore
 * 从图形数据中获取 shape 类型
 * @param shapeCfg
 * @param defaultShapeType
 * @returns
 */
export declare function getShapeType(shapeCfg: any, defaultShapeType: string): string;
