export default themes; declare const themes: { 'cartman-theme': { features: string[]; example: { title: string; items: ({ title: string; command: string; jsx?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; command?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; component: JSX.Element; command?: undefined; description?: undefined; } | { title: string; description: string; jsx: string; command?: undefined; component?: undefined; })[]; component: JSX.Element; componentClass: any; }; module: any; properties: ({ name: string; props: ({ name: string; type: string; max: number; min: number; suffix: string; } | { name: string; type: string; max: number; suffix: string; min?: undefined; })[]; } | { name: string; props: ({ name: string; type: string; max: number; step: number; suffix?: undefined; } | { name: string; type: string; max: number; step: number; suffix: string; })[]; } | { name: string; props: { name: string; type: string; }[]; })[]; }; 'rick-theme': { features: string[]; example: { title: string; items: ({ title: string; command: string; jsx?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; command?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; component: JSX.Element; command?: undefined; description?: undefined; } | { title: string; description: string; jsx: string; command?: undefined; component?: undefined; })[]; component: JSX.Element; componentClass: any; }; module: any; properties: ({ name: string; props: ({ name: string; type: string; max: number; min: number; suffix: string; } | { name: string; type: string; max: number; suffix: string; min?: undefined; })[]; } | { name: string; props: ({ name: string; type: string; max: number; step: number; suffix?: undefined; } | { name: string; type: string; max: number; step: number; suffix: string; })[]; } | { name: string; props: { name: string; type: string; }[]; })[]; }; 'red-theme': { features: string[]; module: any; example: { title: string; items: ({ title: string; command: string; jsx?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; command?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; component: JSX.Element; command?: undefined; description?: undefined; } | { title: string; description: string; jsx: string; command?: undefined; component?: undefined; })[]; component: JSX.Element; componentClass: any; }; properties: ({ name: string; props: ({ name: string; type: string; max: number; min: number; suffix: string; } | { name: string; type: string; max: number; suffix: string; min?: undefined; })[]; } | { name: string; props: ({ name: string; type: string; max: number; step: number; suffix?: undefined; } | { name: string; type: string; max: number; step: number; suffix: string; })[]; } | { name: string; props: { name: string; type: string; }[]; })[]; }; 'morty-theme': { features: string[]; example: { title: string; description: string; items: ({ title: string; command: string; jsx?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; command?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; component: JSX.Element; command?: undefined; description?: undefined; } | { title: string; description: string; jsx: string; command?: undefined; component?: undefined; })[]; component: JSX.Element; componentClass: any; }; module: any; properties: ({ name: string; props: ({ name: string; type: string; max: number; min: number; suffix: string; } | { name: string; type: string; max: number; suffix: string; min?: undefined; })[]; } | { name: string; props: ({ name: string; type: string; max: number; step: number; suffix?: undefined; } | { name: string; type: string; max: number; step: number; suffix: string; })[]; } | { name: string; props: { name: string; type: string; }[]; })[]; }; 'blue-theme': { features: string[]; module: any; example: { title: string; items: ({ title: string; command: string; jsx?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; command?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; component: JSX.Element; command?: undefined; description?: undefined; } | { title: string; description: string; jsx: string; command?: undefined; component?: undefined; })[]; component: JSX.Element; componentClass: any; }; properties: ({ name: string; props: ({ name: string; type: string; max: number; min: number; suffix: string; } | { name: string; type: string; max: number; suffix: string; min?: undefined; })[]; } | { name: string; props: ({ name: string; type: string; max: number; step: number; suffix?: undefined; } | { name: string; type: string; max: number; step: number; suffix: string; })[]; } | { name: string; props: { name: string; type: string; }[]; })[]; }; 'bojack-theme': { features: string[]; example: { title: string; description: string; items: ({ title: string; command: string; jsx?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; command?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; component: JSX.Element; command?: undefined; description?: undefined; } | { title: string; description: string; jsx: string; command?: undefined; component?: undefined; })[]; component: JSX.Element; componentClass: any; }; module: any; properties: ({ name: string; props: ({ name: string; type: string; max: number; min: number; suffix: string; } | { name: string; type: string; max: number; suffix: string; min?: undefined; })[]; } | { name: string; props: ({ name: string; type: string; max: number; step: number; suffix?: undefined; } | { name: string; type: string; max: number; step: number; suffix: string; })[]; } | { name: string; props: { name: string; type: string; }[]; })[]; }; 'indigo-theme': { features: string[]; example: { title: string; description: string; items: ({ title: string; command: string; jsx?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; command?: undefined; component?: undefined; description?: undefined; } | { title: string; jsx: string; component: JSX.Element; command?: undefined; description?: undefined; } | { title: string; description: string; jsx: string; command?: undefined; component?: undefined; })[]; component: JSX.Element; componentClass: any; }; module: any; properties: ({ name: string; props: ({ name: string; type: string; max: number; min: number; suffix: string; } | { name: string; type: string; max: number; suffix: string; min?: undefined; })[]; } | { name: string; props: ({ name: string; type: string; max: number; step: number; suffix?: undefined; } | { name: string; type: string; max: number; step: number; suffix: string; })[]; } | { name: string; props: { name: string; type: string; }[]; })[]; }; };