import { OntologyNodeKind, OntologyLinkKind } from './types.js'; /** * Per-kind 2px top-stripe colour, applied to the node card. Card body * stays neutral `paper / ink` regardless of kind. * * Values are literal hex anchored to the shared brand / gray / status * palette (`#3a7780` = `brand.600`, `#2f7a5b` = `status.pos`, etc.). Mixed * tones for `computation` / `resource` / `policy` / `document` use * `color-mix` math against those same anchors (precomputed because Chakra * tokens don't natively express `color-mix`). */ export declare const NODE_KIND_ACCENT: Record; /** * Per-link-kind stroke dash pattern. Empty string `'none'` (CSS-friendly) * → solid line. Patterns mirror the schematic vocabulary * (flow / signal / dependency / constraint / simulation) in * `east-ui-showcase/dist-design/configure__pattern__schematic.html`. */ export declare const EDGE_DASH: Record; //# sourceMappingURL=accents.d.ts.map