import type { ComponentProps } from "react"; import { ScPrefixWidgetWrapper } from "./ScPrefixWidgetWrapper.js"; export type ScallopSDKCardsProps = ComponentProps; export declare function ScallopSDKCards(props: ScallopSDKCardsProps): JSX.Element; //# sourceMappingURL=ScallopSDKCards.d.ts.map