import React from 'react'; import type { CommonPropsType } from '../../types'; import type { DataType, EventsType } from '../../../configs/components/wd-input-email'; /** * 标准化:邮箱输入组件 */ export declare const WdInputEmail: React.ForwardRefExoticComponent & import("type-fest").Simplify; }, { readonly name: "focus"; readonly title: "聚焦"; readonly detail: import("@sinclair/typebox").TObject<{ value: import("@sinclair/typebox").TString; }>; }, { readonly name: "blur"; readonly title: "失焦"; readonly detail: import("@sinclair/typebox").TObject<{ value: import("@sinclair/typebox").TString; }>; }, { readonly name: "confirm"; readonly title: "确认"; readonly detail: import("@sinclair/typebox").TObject<{ value: import("@sinclair/typebox").TString; }>; }, { readonly name: "clear"; readonly title: "清除内容"; readonly detail: import("@sinclair/typebox").TObject<{ originValue: import("@sinclair/typebox").TString; }>; }]>> & React.RefAttributes>; export type WdInputEmailProps = CommonPropsType & DataType & EventsType & {};