/// declare const autoHypenPhone: (str?: string) => string; declare const autoComma: (str?: import("react").ReactText) => string; declare const numberStr: (str?: string) => string; declare const toNumber: (value?: import("react").ReactText) => number; export default autoHypenPhone; export { autoComma, numberStr, toNumber };