import { heightUnits, weightUnits, temperatureUnits, distanceUnits } from '../constants/unit'; export declare type Height = typeof heightUnits[number]; export declare type Weight = typeof weightUnits[number]; export declare type Temperature = typeof temperatureUnits[number]; export declare type Distance = typeof distanceUnits[number];