import React from 'react'; interface PageProps { isEdit?: boolean; oppId?: string; dispatch: any; optionObjs?: any; cRef?: any; title?: string; propsFileList?: any[]; hidden?: boolean; currentBlockInfo?: any; modalName?: any; saveKey?: any; } declare const _default: React.NamedExoticComponent; export default _default;