declare global { namespace UI { interface IThemeSchema { } } } export interface ThemeSchemaStatic { create(parent: UI.IThemeSchema | undefined): UI.IThemeSchema; }