import type { CursorConfig } from "./types";
export declare const themes: Record<"minimal" | "neon" | "glassmorphism" | "brutalist", CursorConfig>;
