/** * Minimal monochrome theme for CI/CD and accessibility */ import { Theme } from './Theme.interface.js'; /** * Minimal theme with no colors and ASCII icons */ export declare const MinimalTheme: Theme; //# sourceMappingURL=MinimalTheme.d.ts.map