export declare function isLength(classPart: string): boolean;
export declare function isArbitraryLength(classPart: string): boolean;
export declare function isArbitrarySize(classPart: string): boolean;
export declare function isArbitraryPosition(classPart: string): boolean;
export declare function isArbitraryUrl(classPart: string): boolean;
export declare function isArbitraryNumber(classPart: string): boolean;
/**
 * @deprecated Will be removed in next major version. Use `isArbitraryNumber` instead.
 */
export declare const isArbitraryWeight: typeof isArbitraryNumber;
export declare function isInteger(classPart: string): boolean;
export declare function isArbitraryValue(classPart: string): boolean;
export declare function isAny(): boolean;
export declare function isTshirtSize(classPart: string): boolean;
export declare function isArbitraryShadow(classPart: string): boolean;
