import { Theme, ThemeOptions } from './theme'; export declare function createTheme(options?: ThemeOptions, ...args: any[]): Theme;