declare function remToPx(
  value: string | number,
  base?: string | number,
): string;

export default remToPx;
