declare namespace ModuleStyleNamespace { export interface IModuleStyle { hasColor: string; title: string; } } declare const StyleModule: ModuleStyleNamespace.IModuleStyle; export = StyleModule;