import { Theme, ThemeOptions } from '../../types/index'; export declare function createTheme(userTheme?: ThemeOptions): Theme;