declare module 'theme-change'{
  export function themeChange(swap?:boolean):void;
}
