import { ESubVerificationDeviceType } from '@alicloud/console-fetcher-risk-data'; import { EDialogType, EConvertedVerifyType } from '../enum'; interface IIntlVerifyDialogTitleProps { dialogType?: EDialogType; currentSubVerificationDeviceType?: ESubVerificationDeviceType; } export declare function intlVerifyTitle(type?: EConvertedVerifyType | ESubVerificationDeviceType): string; export declare function intlVerifyLabel(type?: EConvertedVerifyType | ESubVerificationDeviceType): string; export declare function intlVerifySetting(type?: EConvertedVerifyType | ESubVerificationDeviceType): string; export declare function intlVerifyDeviceType(deviceType?: ESubVerificationDeviceType | undefined): string; export declare function intlVerifyDialogTitle({ dialogType, currentSubVerificationDeviceType }: IIntlVerifyDialogTitleProps): string; export {};