import React from "react";
import { IProps } from "@/types/IProps";
export declare const Card: ({ children, style }: IProps) => React.JSX.Element;
