import { DeepPartial, Theme, ThemeConfig, ThemeTokens } from './typing'; export declare const createTheme: (config: ThemeConfig) => Theme; export declare const mergeTheme: (...themes: Theme[]) => Theme; export declare const mergeTokens: (...tokensArr: Array>) => DeepPartial; export declare const createTokens: (tokens: DeepPartial) => DeepPartial;