import { Modal as AntdModal } from 'antd'; import React from 'react'; import type { Actions, IButtonType } from './shared'; export declare const Modal: (props: React.ComponentProps & IButtonType & { actions: Actions; }) => React.JSX.Element;