declare module 'glamor' {
declare module.exports: {
css: {
global: (...params: any) => void,
},
};
}