import { LingXiEdFC } from '@lingxiteam/types'; export interface MyVerificationCodeEDProps { titleShow?: boolean; title?: string; placeholderText?: string; titlePosition?: string; displayStyle?: string; imageURL?: string; countdownTime?: number; style?: any; form?: any; digit?: number; wrapperCol: any; labelCol: any; isFormChild?: boolean; } declare const VerificationCodeED: LingXiEdFC; export default VerificationCodeED;