import { TLocalThemeItem } from '@/types';
declare const themes: Record<string, TLocalThemeItem>;
export default themes;
