/** * @generated by `astryx theme build` — do not edit manually. * Source: src/butterTheme.ts * Command: astryx theme build src/butterTheme.ts --out dist/theme.css * CLI: @astryxdesign/cli@0.3.0 * Core: @astryxdesign/core@0.3.0 */ /// import type { DefinedTheme } from '@astryxdesign/core/theme'; import type { IconRegistry } from '@astryxdesign/core/Icon'; export declare const butterIconRegistry: IconRegistry; export declare const butterTheme: DefinedTheme;