declare function cssVar(name: string): any;

declare namespace cssVar {}

export = cssVar;
