export default class TJUtil {
    static isValidDimensionValue(value: any): boolean;
    static isValidNumber(value: any): boolean;
}
