/** * Dark theme */ import type { Theme } from './types.js'; export declare const darkTheme: Theme; //# sourceMappingURL=dark.d.ts.map