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