import React from 'react'; declare type CardProps = { children: React.ReactNode; }; declare const Card: React.FC; export default Card;