import { type ThemeIdsWithOverrides } from '../theme-config';
export declare const loadThemeCss: (themeId: ThemeIdsWithOverrides) => Promise<string>;
