import type { CardProps } from "antd/es/card"; import React from "react"; export interface Props extends CardProps { } export declare const Card: ((props: Props) => React.JSX.Element) & { Grid: React.FC; };