/** * Button manifest — the single source of truth consumed by the MCP server, * docs generator, Figma Code Connect, and the agent-skills bundle. Validated * against `ComponentManifestSchema` at build + test time via * `scripts/validate-manifests.mjs`. */ import type { ComponentManifestInput } from '../manifest-schema.js'; declare const manifest: ComponentManifestInput; export default manifest; //# sourceMappingURL=manifest.d.cts.map