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