/** * Pattern icons (base64-encoded PNGs) — bundled into the dashboard HTML so the * MCP HTTP server doesn't need to serve any static files. Source PNGs live in * the design preview at /tmp/daobrew-preview/icons/, copied here at build time. */ import { Element } from "./types.js"; export declare const PATTERN_ICON_DATA_URL: Record;