import React from 'react'; declare type CardProps = React.DetailedHTMLProps, HTMLDivElement>; export declare function Card({ className, children, ...props }: CardProps): JSX.Element; export {};