import * as React from "react"; declare function Card({ size, ...props }: React.ComponentProps<"div"> & { size?: "default" | "sm"; }): import("react/jsx-runtime").JSX.Element; declare function CardHeader(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function CardTitle(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function CardDescription(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function CardAction(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function CardContent(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; declare function CardFooter(props: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element; export { Card, CardHeader, CardFooter, CardTitle, CardAction, CardDescription, CardContent, }; //# sourceMappingURL=cards.d.ts.map