import { CardPropsType } from '../../types';
import './style.scss';
declare const Card: ({ header, children, footer, className, rounded }: CardPropsType) => import("react/jsx-runtime").JSX.Element;
export default Card;
