/// import { WalletInstance } from "@thirdweb-dev/react-core"; import { Theme } from "../../../design-system"; export declare const ExportPrivateKey: React.FC<{ onBack?: () => void; walletInstance?: WalletInstance; walletAddress?: string; theme: "light" | "dark" | Theme; }>; //# sourceMappingURL=ExportPrivateKey.d.ts.map