import * as React from "react"; import "@/components/tiptap-ui-primitive/card/card.scss"; declare const Card: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; declare const CardHeader: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; declare const CardBody: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; declare const CardItemGroup: React.ForwardRefExoticComponent & React.HTMLAttributes & { orientation?: "horizontal" | "vertical"; }, "ref"> & React.RefAttributes>; declare const CardGroupLabel: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; declare const CardFooter: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; export { Card, CardHeader, CardFooter, CardBody, CardItemGroup, CardGroupLabel, }; //# sourceMappingURL=card.d.ts.map