import { IThemeOptions } from "../types/index.js";
export declare let themeOptions: IThemeOptions;
export declare function themeDefineOptions(options: Partial<IThemeOptions>): void;
