import { UseConvertToUnit } from '../types'; /** * Converts a string to a number with a unit. */ export declare const useConvertToUnit: UseConvertToUnit;