/** Markers supported by graph-layers @deprecated v9.2: Use string literals */ export declare const MARKER_TYPE: { readonly 'bell-filled': "bell-filled"; readonly bell: "bell"; readonly 'bookmark-filled': "bookmark-filled"; readonly bookmark: "bookmark"; readonly 'cd-filled': "cd-filled"; readonly cd: "cd"; readonly checkmark: "checkmark"; readonly 'circle-check-filled': "circle-check-filled"; readonly 'circle-check': "circle-check"; readonly 'circle-filled': "circle-filled"; readonly 'circle-i-filled': "circle-i-filled"; readonly 'circle-i': "circle-i"; readonly 'circle-minus-filled': "circle-minus-filled"; readonly 'circle-minus': "circle-minus"; readonly 'circle-plus-filled': "circle-plus-filled"; readonly 'circle-plus': "circle-plus"; readonly 'circle-questionmark-filled': "circle-questionmark-filled"; readonly 'circle-questionmark': "circle-questionmark"; readonly 'circle-slash-filled': "circle-slash-filled"; readonly 'circle-slash': "circle-slash"; readonly 'circle-x-filled': "circle-x-filled"; readonly 'circle-x': "circle-x"; readonly circle: "circle"; readonly 'diamond-filled': "diamond-filled"; readonly diamond: "diamond"; readonly 'flag-filled': "flag-filled"; readonly flag: "flag"; readonly gear: "gear"; readonly 'heart-filled': "heart-filled"; readonly heart: "heart"; readonly 'location-marker-filled': "location-marker-filled"; readonly 'location-marker': "location-marker"; readonly 'octagonal-star-filled': "octagonal-star-filled"; readonly 'octagonal-star': "octagonal-star"; readonly 'person-filled': "person-filled"; readonly person: "person"; readonly 'pin-filled': "pin-filled"; readonly pin: "pin"; readonly 'plus-small': "plus-small"; readonly plus: "plus"; readonly 'rectangle-filled': "rectangle-filled"; readonly rectangle: "rectangle"; readonly 'star-filled': "star-filled"; readonly star: "star"; readonly 'tag-filled': "tag-filled"; readonly tag: "tag"; readonly 'thumb-down-filled': "thumb-down-filled"; readonly 'thumb-down': "thumb-down"; readonly 'thumb-up': "thumb-up"; readonly 'thumb_up-filled': "thumb_up-filled"; readonly 'triangle-down-filled': "triangle-down-filled"; readonly 'triangle-down': "triangle-down"; readonly 'triangle-left-filled': "triangle-left-filled"; readonly 'triangle-left': "triangle-left"; readonly 'triangle-right-filled': "triangle-right-filled"; readonly 'triangle-right': "triangle-right"; readonly 'triangle-up-filled': "triangle-up-filled"; readonly 'triangle-up': "triangle-up"; readonly 'x-small': "x-small"; readonly x: "x"; }; /** The interaction state of a node. @deprecated v9.2: Use string literals */ export declare const NODE_STATE: { readonly DEFAULT: "default"; readonly HOVER: "hover"; readonly DRAGGING: "dragging"; readonly SELECTED: "selected"; }; /** The interaction state of an edge. @deprecated v9.2: Use string literals */ export declare const EDGE_STATE: { readonly DEFAULT: "default"; readonly HOVER: "hover"; readonly DRAGGING: "dragging"; readonly SELECTED: "selected"; }; /** The visual type of a node. @deprecated v9.2: Use string literals */ export declare const NODE_TYPE: { readonly CIRCLE: "circle"; readonly RECTANGLE: "rectangle"; readonly ROUNDED_RECTANGLE: "rounded-rectangle"; readonly PATH_ROUNDED_RECTANGLE: "path-rounded-rectangle"; readonly ICON: "icon"; readonly LABEL: "label"; readonly MARKER: "marker"; }; /** The visual type of an edge. @deprecated v9.2: Use string literals */ export declare const EDGE_TYPE: { readonly SPLINE_CURVE: "spline"; readonly LINE: "line"; readonly PATH: "path"; }; /** Decorators on an edge. @deprecated v9.2: Use string literals */ export declare const EDGE_DECORATOR_TYPE: { readonly LABEL: "label"; readonly FLOW: "flow"; readonly ARROW: "arrow"; }; /** the status of the layout. @deprecated v9.2: Use string literals */ export declare const LAYOUT_STATE: { readonly INIT: "init"; readonly START: "start"; readonly CALCULATING: "calculating"; readonly DONE: "done"; readonly ERROR: "error"; }; //# sourceMappingURL=old-constants.d.ts.map