import { Component } from "../../types";
export declare const Card: (compoent: Component) => Component;
