import { FunctionLegacyType } from '@orca-fe/deye-typings'; import { ModalFormProps } from '../components/ModalForm/ModalForm'; export interface FunctionLegacyModalProps extends ModalFormProps { } declare const FunctionLegacyModal: (props: FunctionLegacyModalProps) => JSX.Element; export default FunctionLegacyModal;