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