/** * Presets Index - Export all preset utilities */ export { compileBackgroundPreset, getPaletteColors } from './backgrounds'; export { compilePrimitive } from './primitives'; export { wrapSketch, validateSketchSafety } from './sketch-wrapper'; //# sourceMappingURL=index.d.ts.map