/**
 * Check if the value is a zero value string like "0px" or "0%"
 */
export declare const isZeroValueString: (v: string) => boolean;
