import type { ThemeIds } from './theme-config'; export declare const isThemeIds: (themeId: string) => themeId is ThemeIds;