import { type RefObject } from 'react'; interface PayWithCryptoTabProps { skipOnCloseCallback: () => void; isSwitchingChainRef: RefObject; } export declare const PayWithCryptoTab: ({ skipOnCloseCallback, isSwitchingChainRef }: PayWithCryptoTabProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map