Appearance
校验电话号码
import { validatePhone } from '@pinos-ui/utils'
export declare function validatePhone(value: string): boolean;