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