import "./Card.scss";
export declare const Card: React.FC<{
    color: "primary" | "lime" | "pink";
    children?: React.ReactNode;
}>;
