import type { PhoneVerifyBlock } from '@corbado/shared-ui'; import type { FC } from 'react'; export interface EditPhoneProps { block: PhoneVerifyBlock; } export declare const EditPhone: FC;