import DformPassword from './dformPassword'; import DformNumber from './dformNumber'; export { default as DformPhoneConfig } from './dformPhone'; export { default as DformMailConfig } from './dformMail'; export { DformPassword, DformNumber }; declare const _default: { DformPassword: { compLib: string; compType: number; isBusiObjContainer: boolean; isContainer: boolean; label: string; props: { name: string; dformType: string; title: string; placeholder: string; clear: boolean; positionType: string; status: string; inputType: string; textAlign: string; }; style: {}; setEvents: never[]; type: string; platform: string; description: string; image: string; groupsName: string; isAppChildForm: boolean; }; DformNumber: { compLib: string; compType: number; isBusiObjContainer: boolean; isContainer: boolean; label: string; props: { name: string; dformType: string; title: string; placeholder: string; clear: boolean; positionType: string; status: string; inputType: string; textAlign: string; regexp: { iconPos: string; id: string; message: string; pattern: string; regexpType: number; title: string; }[]; }; style: {}; setEvents: never[]; type: string; platform: string; description: string; image: string; groupsName: string; isAppChildForm: boolean; }; DformCascader: { icon: string; label: string; type: string; platform: string; description: string; image: string; groupsName: string; compType: number; isContainer: boolean; compLib: string; props: { name: string; selfSpan: string; labelCol: number; wrapperCol: number; size: string; expandTrigger: string; popupPlacement: string; visible: boolean; }; todoProps: {}; }; }; export default _default;