interface IGlobalScss { contextMenuZindex: string; // context menu shows up over everything } declare const globalStyleVariables: IGlobalScss; export = globalStyleVariables;