import { Card as AntdCard } from 'antd'; import React from 'react'; import type { Actions, IButtonType } from './shared'; /** 作为子表单使用, 也是合情合理的吧, 自动 open 就行了 */ export declare const Card: (props: React.ComponentProps & IButtonType & { actions: Actions; }) => React.JSX.Element;