/// interface Props { phone: string; onUpdate: (phone: string) => void; } export declare const PhoneInput: ({ phone, onUpdate }: Props) => JSX.Element; export {};