import { Markup, Node } from '@antv/x6-core'; import { Base } from './base'; export declare function getMarkup(tagName: string, selector?: string): Markup; export declare function createShape(shape: string, config: Node.Config, options?: { selector?: string; parent?: Node.Definition | typeof Base; }): typeof Base;