import type { CardProps } from './types';
export default function Card({ style, shadow, imageIsSide, imageIsFull, imageSrc, className, classNameBody, title, description, actions, children, color, size, ...props }: CardProps): import("react/jsx-runtime").JSX.Element;
