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