import React from 'react'; import type { PopupActionProps } from './type'; declare const PopupAction: React.FC; export { PopupAction }; export type { PopupActionProps }; export default PopupAction;