/// import { IconProps } from '../../types'; declare const Card: (allProps: IconProps) => JSX.Element; export default Card;