import { CardProps } from "./types";
export declare const Card: import("react").MemoExoticComponent<({ children, ...props }: CardProps) => JSX.Element>;
