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