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