import { FC } from "react"; import { UseModalProps } from "../../modal"; declare const AddModal: FC; export default AddModal;