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