import type { FormInstance } from 'antd/es/form'; type PropsType = { form: FormInstance; companyKey: string; source?: 'workOrder' | 'erp'; erp: string; templateDetail?: any; }; declare const _default: (props: PropsType) => "" | Record; export default _default;