/** * Converts one or more pixel values into matching rem values. * @param values One or more values to convert. * @param base The base value to use when calculating the `rem`. */ export declare function remCalc(input: Array | string, base?: string): string;