import { type Theme } from '../context/theme';
export declare const loadAndMountThemes: (theme: Partial<Theme>) => Promise<void>;
