import { type CreateThemeOptions, type ThemeComponent, type ThemeValues } from './contract.ts'; export declare function createTheme(values: ThemeValues, options?: CreateThemeOptions): ThemeComponent;