import { CardProps } from 'asp-antd-compatible/lib/card/index'; interface Props extends CardProps { } /** * 卡片容器,默认会对齐到当前页面的底部 */ declare const Card: (props: Props) => JSX.Element; export { Card };