import React from 'react'; interface IProps { onClose: () => void; onOk: (arg?: any) => void; visible: boolean; appName: string; sha: string; resourceType: string; } declare const NewMakeup: React.FC; export default NewMakeup;