/** * Consent Styles * * CSS tokens and generators for consent page styling. * Matches AgentShield preview components exactly for pixel-perfect parity. * * @module @kya-os/consent/styles */ export * from "./tokens.js"; export * from "./css-variables.js"; export * from "./stylesheet.js"; export * from "./theme.js"; //# sourceMappingURL=index.d.ts.map