import type { ThemeDef } from './types/index.ts'; export declare const themes: ThemeDef[]; export declare const defaultThemeId = "midnight"; export declare function getTheme(id: string): ThemeDef;