import { FC } from 'react'; import { ModalActionProps } from '../type'; declare const ModalAction: FC; export default ModalAction;