export declare const themes: readonly ["venus", "quill", "prism"];
export type ThemeType = (typeof themes)[number];
