import { type ThemeOptions } from './theme-options.js'; import { type Theme } from './theme.js'; export declare function createTheme(options: ThemeOptions): Theme;