/// import { FormItemProps } from '../../../interfaces/common'; declare const _default: ({ visible, onVisible, index, formItem, onConfirm, submitFetch, initialFetch, from, }: { visible: boolean; onVisible: (visible: boolean) => void; index?: number | undefined; formItem: FormItemProps; onConfirm: (index: number, formItem: FormItemProps) => void; submitFetch?: string[] | undefined; initialFetch?: string[] | undefined; from?: "form" | "detail" | undefined; }) => JSX.Element; export default _default;