import type { Theme, PartialTheme } from '../types'; export declare const createTheme: (theme: PartialTheme, baseTheme?: Theme) => Theme; //# sourceMappingURL=createTheme.d.ts.map