import { CardProps } from './types';
declare const Card: ({ className, style, shadow, children, layout, rounded, outline, }: CardProps) => import("react/jsx-runtime").JSX.Element;
export default Card;
