import { DeepPartial } from 'utility-types'; import { LayoutTheme } from '../LayoutTheme'; export declare function createLayoutTheme(properties: DeepPartial, baseTheme?: LayoutTheme): LayoutTheme; //# sourceMappingURL=createLayoutTheme.d.ts.map