import { Entity } from "./Entity"; import { TextBox } from "./TextBox"; export declare class EntityVertex extends Entity { protected _textbox_widget: TextBox; protected _element_textbox: any; constructor(); enter(domNode: any, element: any): void; update(): void; exit(domNode: any, element: any): void; } export interface EntityVertex { iconAnchor(): string; iconAnchor(_: string): this; iconColorFill(): string; iconColorFill(_: string): this; iconColorStroke(): string; iconColorStroke(_: string): this; shape_colorStroke(): string; shape_colorStroke(_: string): this; shape_colorFill(): string; shape_colorFill(_: string): this; text_colorFill(): string; text_colorFill(_: string): this; textboxColorStroke(): string; textboxColorStroke(_: string): this; textboxColorFill(): string; textboxColorFill(_: string): this; textboxFontColor(): string; textboxFontColor(_: string): this; } //# sourceMappingURL=EntityVertex.d.ts.map