declare function cssVar(
  cssVariable: string,
  defaultValue?: string | number,
): string | number;

export default cssVar;
