import React, { type ReactNode } from "react"; interface CardHorizontalProps { children: ReactNode; className?: string; } export declare const CardHorizontal: ({ children, className, }: CardHorizontalProps) => React.JSX.Element; export {}; //# sourceMappingURL=cards-horizontal.d.ts.map