import { Node } from '@antv/x6'; export type VueShapeConfig = Node.Properties & { shape: string; component: any; inherit?: string; }; export declare const shapeMaps: Record; export declare function register(config: VueShapeConfig): void;