type TinaDocsTheme = { title: string; value: string; description: string; }; export declare const THEMES: TinaDocsTheme[]; export {};