import type { MindElixirInstance } from '../types/index';
import type { Theme } from '../types/index';
export declare const changeTheme: (this: MindElixirInstance, theme: Theme, shouldRefresh?: boolean) => void;
