/**
 * Returns whether the current string is a token value.
 * @param originalVaue string representing a css property value e.g 1em, 12px.
 */
export declare function isTokenValueString(originalValue: string): boolean;
