export declare const beginNodeName: string; export declare const endNodeName: string; export declare const isAppropriatelyReverseTextMode: string; export declare const controlPointName: string; export declare const allowHoverName: string; export declare const connectPositionChangedEventName = "connect_position_changed"; export declare const resizeName = "resized"; export declare const vertexCreatedEventName = "vertex_created"; export declare const objectCreatedEventName = "object_created"; export declare const GroupAttribute = "data-type"; export declare const objectIDName: string; export declare const dataNameAttribute: string; export declare const customElement: string; export declare const cellEmphasisCellClass: string; export declare const cellEmphasisBorderClass: string; export declare const cellTemporaryBorderClass: string; export declare const defaultCellClass: string; export declare let defaultCircleRadius: number; export declare const className: string; export declare const style: string; export declare const id: string; export declare const syncXTarget: string; export declare const syncXSourcePosition: string; export declare const syncXTargetPosition: string; export declare const syncYTarget: string; export declare const syncYSourcePosition: string; export declare const syncYTargetPosition: string; export declare const x: string; export declare const y: string; export declare const cx: string; export declare const cy: string; export declare const x1: string; export declare const y1: string; export declare const x2: string; export declare const y2: string; export declare const x3: string; export declare const y3: string; export declare const w: string; export declare const h: string; export declare const width: string; export declare const height: string; export declare const rowHeight: string; export declare const columnWidth: string; export declare const beginVertex: string; export declare const endVertex: string; export declare const arrowNeckWidth: string; export declare const arrowNeckHeight: string; export declare const arrowHeadWidth: string; export declare const arrowHeadHeight: string; export declare const direction: string; export declare const speakerX: string; export declare const speakerY: string;