export const CENTIMETERS: "cm"; export const MILLIMETERS: "mm"; export const INCHES: "in"; export const UV: "em"; export const PERCENT: "%"; export function validateUnits(requestedUnits: string): string;