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